Shades of Earls Green #BBB431
Tints of Earls Green #BBB431
RGB
CMYK
RGB Variations
Color information
#BBB431 (or 0xBBB431) is known color: Earls Green. HEX triplet: BB, B4 and 31. RGB value is (187,180,49). Sum of RGB (Red+Green+Blue) = 187+180+49=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB431 is #444BCE. Grayscale: #A7A7A7. Windows color (decimal): -4475855 or 3257531. OLE color: 3257531.
HSL color Cylindrical-coordinate representation of color #BBB431: hue angle of 56.96º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBB431 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 49 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.27 |
| HSL | 56.96º | 0.58% | 0.46% | - |
| HSV(B) | 56.96º | 0.74% | 0.73% | - |
| XYZ | 37.37 | 43.43 | 9.32 | - |
| YUV | 167.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 49 | 0 | 0.04 | 0.74 | 0.27 | 56.96 | 0.58 | 0.46 |
| Hex | BB | B4 | 31 | 0 | 4 | 4A | 1B | 39 | 3A | 2E |
| Octal | 273 | 264 | 61 | 0 | 4 | 112 | 33 | 71 | 72 | 56 |
| Binary | 10111011 | 10110100 | 110001 | 0 | 100 | 1001010 | 11011 | 111001 | 111010 | 101110 |
Color Harmonies of #BBB431
Complementary color
Monochromatic Colors of #BBB431
Black with #BBB431
Text Example
Text Example
White with #BBB431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB431; }
p { color: rgb(187,180,49); }
H1.HeaderClassName
{
color: #BBB431;
}
.AnyTagClassName
{
color: #BBB431;
}
</style>
background-color css
<style>
a { background-color: #BBB431; }
a { background-color: rgb(187,180,49); }
div.DivClassName
{
background-color: #BBB431;
}
.BgClassName
{
background-color: #BBB431;
}
</style>
border-color css
<style>
span { border-color: #BBB431; }
span { border-color: rgb(187,180,49); }
td.TdClassName
{
border-color: #BBB431;
}
.TagClassName
{
border-color: #BBB431;
}
</style>