Shades of Earls Green #BBA41F
Tints of Earls Green #BBA41F
RGB
CMYK
RGB Variations
Color information
#BBA41F (or 0xBBA41F) is known color: Earls Green. HEX triplet: BB, A4 and 1F. RGB value is (187,164,31). Sum of RGB (Red+Green+Blue) = 187+164+31=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA41F is #445BE0. Grayscale: #9C9C9C. Windows color (decimal): -4479969 or 2073787. OLE color: 2073787.
HSL color Cylindrical-coordinate representation of color #BBA41F: hue angle of 51.15º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBA41F is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 31 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.27 |
| HSL | 51.15º | 0.72% | 0.43% | - |
| HSV(B) | 51.15º | 0.83% | 0.73% | - |
| XYZ | 34.02 | 37.21 | 6.69 | - |
| YUV | 155.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 31 | 0 | 0.12 | 0.83 | 0.27 | 51.15 | 0.72 | 0.43 |
| Hex | BB | A4 | 1F | 0 | C | 53 | 1B | 33 | 48 | 2B |
| Octal | 273 | 244 | 37 | 0 | 14 | 123 | 33 | 63 | 110 | 53 |
| Binary | 10111011 | 10100100 | 11111 | 0 | 1100 | 1010011 | 11011 | 110011 | 1001000 | 101011 |
Color Harmonies of #BBA41F
Complementary color
Monochromatic Colors of #BBA41F
Black with #BBA41F
Text Example
Text Example
White with #BBA41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA41F; }
p { color: rgb(187,164,31); }
H1.HeaderClassName
{
color: #BBA41F;
}
.AnyTagClassName
{
color: #BBA41F;
}
</style>
background-color css
<style>
a { background-color: #BBA41F; }
a { background-color: rgb(187,164,31); }
div.DivClassName
{
background-color: #BBA41F;
}
.BgClassName
{
background-color: #BBA41F;
}
</style>
border-color css
<style>
span { border-color: #BBA41F; }
span { border-color: rgb(187,164,31); }
td.TdClassName
{
border-color: #BBA41F;
}
.TagClassName
{
border-color: #BBA41F;
}
</style>