color details

Color Details
#bba34d Color Hex

#bba34d color RGB value is (11, 186, 52).
#bba34d hex color red value is 11, green value is 186, and blue value is 52.
Cylindrical-coordinate representations (HSL) of color #bba34d hue: 134.06, saturation: 0.89 and lightness: 0.39.

The process color (four-color CMYK) of #bba34d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bba34d is #ff9999. Color #bba34d contains mainly RED.

Color Spaces
Color spaces of #bba34dValue
RGB187, 163, 77
HSL0.13, 0.45, 0.52
HSV47°, 59°, 73°
XYZ34.93, 37.3, 12.38
Base Numbers
Base Red Green Blue
Binary 10111011 10100011 1001101
Octal 273 243 115
Decimal 187 163 77
Hex BB A3 4D

RGB Percentages for Color #bba34d

43.79%
38.17%
18.03%

CMYK Percentages of the Color #bba34d

12.83%
58.82%
26.67%
CSS Codes for Color #bba34d
.mybgColor {background-color: #bba34d;}
.myforeColor {color: #bba34d;}
.myborderColor {border:3px solid #bba34d;}
Text Font Color #bba34d

<p style="color:#bba34d">Text here</p>

This sample text is styled with the font color #bba34d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #bba34d

<div style="background-color:#bba34d">Div content here</div>

The background color of this div is #bba34d
Border Color #bba34d

<div style="border:3px solid #bba34d">Div here</div>

The border color of this div is #bba34d
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(187, 163, 77, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #bba34d;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #bba34d;
-webkit-box-shadow: 1px 1px 3px #bba34d;
box-shadow: 1px 1px 3px #bba34d;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187, 163, 77, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #bba34d;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #bba34d; -webkit-box-shadow: 1px 1px 3px #bba34d; box-shadow: 1px 1px 3px #bba34d;">Div content here</div>

This div box has a shadow with a specified color. #bba34d

Scroll to Top