Shades of Earls Green #BCB431
Tints of Earls Green #BCB431
RGB
CMYK
RGB Variations
Color information
#BCB431 (or 0xBCB431) is known color: Earls Green. HEX triplet: BC, B4 and 31. RGB value is (188,180,49). Sum of RGB (Red+Green+Blue) = 188+180+49=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB431 is #434BCE. Grayscale: #A7A7A7. Windows color (decimal): -4410319 or 3257532. OLE color: 3257532.
HSL color Cylindrical-coordinate representation of color #BCB431: hue angle of 56.55º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCB431 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 49 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.26 |
| HSL | 56.55º | 0.59% | 0.46% | - |
| HSV(B) | 56.55º | 0.74% | 0.74% | - |
| XYZ | 37.61 | 43.56 | 9.33 | - |
| YUV | 167.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 49 | 0 | 0.04 | 0.74 | 0.26 | 56.55 | 0.59 | 0.46 |
| Hex | BC | B4 | 31 | 0 | 4 | 4A | 1A | 39 | 3B | 2E |
| Octal | 274 | 264 | 61 | 0 | 4 | 112 | 32 | 71 | 73 | 56 |
| Binary | 10111100 | 10110100 | 110001 | 0 | 100 | 1001010 | 11010 | 111001 | 111011 | 101110 |
Color Harmonies of #BCB431
Complementary color
Monochromatic Colors of #BCB431
Black with #BCB431
Text Example
Text Example
White with #BCB431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB431; }
p { color: rgb(188,180,49); }
H1.HeaderClassName
{
color: #BCB431;
}
.AnyTagClassName
{
color: #BCB431;
}
</style>
background-color css
<style>
a { background-color: #BCB431; }
a { background-color: rgb(188,180,49); }
div.DivClassName
{
background-color: #BCB431;
}
.BgClassName
{
background-color: #BCB431;
}
</style>
border-color css
<style>
span { border-color: #BCB431; }
span { border-color: rgb(188,180,49); }
td.TdClassName
{
border-color: #BCB431;
}
.TagClassName
{
border-color: #BCB431;
}
</style>