Shades of Earls Green #BFAE32
Tints of Earls Green #BFAE32
RGB
CMYK
RGB Variations
Color information
#BFAE32 (or 0xBFAE32) is known color: Earls Green. HEX triplet: BF, AE and 32. RGB value is (191,174,50). Sum of RGB (Red+Green+Blue) = 191+174+50=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAE32 is #4051CD. Grayscale: #A5A5A5. Windows color (decimal): -4215246 or 3321535. OLE color: 3321535.
HSL color Cylindrical-coordinate representation of color #BFAE32: hue angle of 52.77º 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 #BFAE32 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 50 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.25 |
| HSL | 52.77º | 0.59% | 0.47% | - |
| HSV(B) | 52.77º | 0.74% | 0.75% | - |
| XYZ | 37.2 | 41.58 | 9.08 | - |
| YUV | 164.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 50 | 0 | 0.09 | 0.74 | 0.25 | 52.77 | 0.59 | 0.47 |
| Hex | BF | AE | 32 | 0 | 9 | 4A | 19 | 35 | 3B | 2F |
| Octal | 277 | 256 | 62 | 0 | 11 | 112 | 31 | 65 | 73 | 57 |
| Binary | 10111111 | 10101110 | 110010 | 0 | 1001 | 1001010 | 11001 | 110101 | 111011 | 101111 |
Color Harmonies of #BFAE32
Complementary color
Monochromatic Colors of #BFAE32
Black with #BFAE32
Text Example
Text Example
White with #BFAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAE32; }
p { color: rgb(191,174,50); }
H1.HeaderClassName
{
color: #BFAE32;
}
.AnyTagClassName
{
color: #BFAE32;
}
</style>
background-color css
<style>
a { background-color: #BFAE32; }
a { background-color: rgb(191,174,50); }
div.DivClassName
{
background-color: #BFAE32;
}
.BgClassName
{
background-color: #BFAE32;
}
</style>
border-color css
<style>
span { border-color: #BFAE32; }
span { border-color: rgb(191,174,50); }
td.TdClassName
{
border-color: #BFAE32;
}
.TagClassName
{
border-color: #BFAE32;
}
</style>