Shades of Earls Green #BBB41D
Tints of Earls Green #BBB41D
RGB
CMYK
RGB Variations
Color information
#BBB41D (or 0xBBB41D) is known color: Earls Green. HEX triplet: BB, B4 and 1D. RGB value is (187,180,29). Sum of RGB (Red+Green+Blue) = 187+180+29=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB41D is #444BE2. Grayscale: #A5A5A5. Windows color (decimal): -4475875 or 1946811. OLE color: 1946811.
HSL color Cylindrical-coordinate representation of color #BBB41D: hue angle of 57.34º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBB41D is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 29 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.27 |
| HSL | 57.34º | 0.73% | 0.42% | - |
| HSV(B) | 57.34º | 0.84% | 0.73% | - |
| XYZ | 37.04 | 43.3 | 7.57 | - |
| YUV | 164.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 29 | 0 | 0.04 | 0.84 | 0.27 | 57.34 | 0.73 | 0.42 |
| Hex | BB | B4 | 1D | 0 | 4 | 54 | 1B | 39 | 49 | 2A |
| Octal | 273 | 264 | 35 | 0 | 4 | 124 | 33 | 71 | 111 | 52 |
| Binary | 10111011 | 10110100 | 11101 | 0 | 100 | 1010100 | 11011 | 111001 | 1001001 | 101010 |
Color Harmonies of #BBB41D
Complementary color
Monochromatic Colors of #BBB41D
Black with #BBB41D
Text Example
Text Example
White with #BBB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB41D; }
p { color: rgb(187,180,29); }
H1.HeaderClassName
{
color: #BBB41D;
}
.AnyTagClassName
{
color: #BBB41D;
}
</style>
background-color css
<style>
a { background-color: #BBB41D; }
a { background-color: rgb(187,180,29); }
div.DivClassName
{
background-color: #BBB41D;
}
.BgClassName
{
background-color: #BBB41D;
}
</style>
border-color css
<style>
span { border-color: #BBB41D; }
span { border-color: rgb(187,180,29); }
td.TdClassName
{
border-color: #BBB41D;
}
.TagClassName
{
border-color: #BBB41D;
}
</style>