Shades of Earls Green #BFAF32
Tints of Earls Green #BFAF32
RGB
CMYK
RGB Variations
Color information
#BFAF32 (or 0xBFAF32) is known color: Earls Green. HEX triplet: BF, AF and 32. RGB value is (191,175,50). Sum of RGB (Red+Green+Blue) = 191+175+50=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAF32 is #4050CD. Grayscale: #A6A6A6. Windows color (decimal): -4214990 or 3321791. OLE color: 3321791.
HSL color Cylindrical-coordinate representation of color #BFAF32: hue angle of 53.19º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFAF32 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 50 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.25 |
| HSL | 53.19º | 0.59% | 0.47% | - |
| HSV(B) | 53.19º | 0.74% | 0.75% | - |
| XYZ | 37.39 | 41.97 | 9.15 | - |
| YUV | 165.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 50 | 0 | 0.08 | 0.74 | 0.25 | 53.19 | 0.59 | 0.47 |
| Hex | BF | AF | 32 | 0 | 8 | 4A | 19 | 35 | 3B | 2F |
| Octal | 277 | 257 | 62 | 0 | 10 | 112 | 31 | 65 | 73 | 57 |
| Binary | 10111111 | 10101111 | 110010 | 0 | 1000 | 1001010 | 11001 | 110101 | 111011 | 101111 |
Color Harmonies of #BFAF32
Complementary color
Monochromatic Colors of #BFAF32
Black with #BFAF32
Text Example
Text Example
White with #BFAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF32; }
p { color: rgb(191,175,50); }
H1.HeaderClassName
{
color: #BFAF32;
}
.AnyTagClassName
{
color: #BFAF32;
}
</style>
background-color css
<style>
a { background-color: #BFAF32; }
a { background-color: rgb(191,175,50); }
div.DivClassName
{
background-color: #BFAF32;
}
.BgClassName
{
background-color: #BFAF32;
}
</style>
border-color css
<style>
span { border-color: #BFAF32; }
span { border-color: rgb(191,175,50); }
td.TdClassName
{
border-color: #BFAF32;
}
.TagClassName
{
border-color: #BFAF32;
}
</style>