Shades of Earls Green #BFAE22
Tints of Earls Green #BFAE22
RGB
CMYK
RGB Variations
Color information
#BFAE22 (or 0xBFAE22) is known color: Earls Green. HEX triplet: BF, AE and 22. RGB value is (191,174,34). Sum of RGB (Red+Green+Blue) = 191+174+34=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAE22 is #4051DD. Grayscale: #A3A3A3. Windows color (decimal): -4215262 or 2272959. OLE color: 2272959.
HSL color Cylindrical-coordinate representation of color #BFAE22: hue angle of 53.5º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFAE22 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 34 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.25 |
| HSL | 53.5º | 0.7% | 0.44% | - |
| HSV(B) | 53.5º | 0.82% | 0.75% | - |
| XYZ | 36.91 | 41.46 | 7.57 | - |
| YUV | 163.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 34 | 0 | 0.09 | 0.82 | 0.25 | 53.5 | 0.7 | 0.44 |
| Hex | BF | AE | 22 | 0 | 9 | 52 | 19 | 36 | 46 | 2C |
| Octal | 277 | 256 | 42 | 0 | 11 | 122 | 31 | 66 | 106 | 54 |
| Binary | 10111111 | 10101110 | 100010 | 0 | 1001 | 1010010 | 11001 | 110110 | 1000110 | 101100 |
Color Harmonies of #BFAE22
Complementary color
Monochromatic Colors of #BFAE22
Black with #BFAE22
Text Example
Text Example
White with #BFAE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAE22; }
p { color: rgb(191,174,34); }
H1.HeaderClassName
{
color: #BFAE22;
}
.AnyTagClassName
{
color: #BFAE22;
}
</style>
background-color css
<style>
a { background-color: #BFAE22; }
a { background-color: rgb(191,174,34); }
div.DivClassName
{
background-color: #BFAE22;
}
.BgClassName
{
background-color: #BFAE22;
}
</style>
border-color css
<style>
span { border-color: #BFAE22; }
span { border-color: rgb(191,174,34); }
td.TdClassName
{
border-color: #BFAE22;
}
.TagClassName
{
border-color: #BFAE22;
}
</style>