Shades of Earls Green #BBB41B
Tints of Earls Green #BBB41B
RGB
CMYK
RGB Variations
Color information
#BBB41B (or 0xBBB41B) is known color: Earls Green. HEX triplet: BB, B4 and 1B. RGB value is (187,180,27). Sum of RGB (Red+Green+Blue) = 187+180+27=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB41B is #444BE4. Grayscale: #A5A5A5. Windows color (decimal): -4475877 or 1815739. OLE color: 1815739.
HSL color Cylindrical-coordinate representation of color #BBB41B: hue angle of 57.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBB41B is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 27 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.27 |
| HSL | 57.38º | 0.75% | 0.42% | - |
| HSV(B) | 57.38º | 0.86% | 0.73% | - |
| XYZ | 37.01 | 43.29 | 7.44 | - |
| YUV | 164.65 | 50.32 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 27 | 0 | 0.04 | 0.86 | 0.27 | 57.38 | 0.75 | 0.42 |
| Hex | BB | B4 | 1B | 0 | 4 | 56 | 1B | 39 | 4B | 2A |
| Octal | 273 | 264 | 33 | 0 | 4 | 126 | 33 | 71 | 113 | 52 |
| Binary | 10111011 | 10110100 | 11011 | 0 | 100 | 1010110 | 11011 | 111001 | 1001011 | 101010 |
Color Harmonies of #BBB41B
Complementary color
Monochromatic Colors of #BBB41B
Black with #BBB41B
Text Example
Text Example
White with #BBB41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB41B; }
p { color: rgb(187,180,27); }
H1.HeaderClassName
{
color: #BBB41B;
}
.AnyTagClassName
{
color: #BBB41B;
}
</style>
background-color css
<style>
a { background-color: #BBB41B; }
a { background-color: rgb(187,180,27); }
div.DivClassName
{
background-color: #BBB41B;
}
.BgClassName
{
background-color: #BBB41B;
}
</style>
border-color css
<style>
span { border-color: #BBB41B; }
span { border-color: rgb(187,180,27); }
td.TdClassName
{
border-color: #BBB41B;
}
.TagClassName
{
border-color: #BBB41B;
}
</style>