Shades of Earls Green #BCAF32
Tints of Earls Green #BCAF32
RGB
CMYK
RGB Variations
Color information
#BCAF32 (or 0xBCAF32) is known color: Earls Green. HEX triplet: BC, AF and 32. RGB value is (188,175,50). Sum of RGB (Red+Green+Blue) = 188+175+50=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF32 is #4350CD. Grayscale: #A5A5A5. Windows color (decimal): -4411598 or 3321788. OLE color: 3321788.
HSL color Cylindrical-coordinate representation of color #BCAF32: hue angle of 54.35º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCAF32 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 50 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.26 |
| HSL | 54.35º | 0.58% | 0.47% | - |
| HSV(B) | 54.35º | 0.73% | 0.74% | - |
| XYZ | 36.64 | 41.58 | 9.11 | - |
| YUV | 164.64 | 63.31 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 50 | 0 | 0.07 | 0.73 | 0.26 | 54.35 | 0.58 | 0.47 |
| Hex | BC | AF | 32 | 0 | 7 | 49 | 1A | 36 | 3A | 2F |
| Octal | 274 | 257 | 62 | 0 | 7 | 111 | 32 | 66 | 72 | 57 |
| Binary | 10111100 | 10101111 | 110010 | 0 | 111 | 1001001 | 11010 | 110110 | 111010 | 101111 |
Color Harmonies of #BCAF32
Complementary color
Monochromatic Colors of #BCAF32
Black with #BCAF32
Text Example
Text Example
White with #BCAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF32; }
p { color: rgb(188,175,50); }
H1.HeaderClassName
{
color: #BCAF32;
}
.AnyTagClassName
{
color: #BCAF32;
}
</style>
background-color css
<style>
a { background-color: #BCAF32; }
a { background-color: rgb(188,175,50); }
div.DivClassName
{
background-color: #BCAF32;
}
.BgClassName
{
background-color: #BCAF32;
}
</style>
border-color css
<style>
span { border-color: #BCAF32; }
span { border-color: rgb(188,175,50); }
td.TdClassName
{
border-color: #BCAF32;
}
.TagClassName
{
border-color: #BCAF32;
}
</style>