Shades of Earls Green #BFA223
Tints of Earls Green #BFA223
RGB
CMYK
RGB Variations
Color information
#BFA223 (or 0xBFA223) is known color: Earls Green. HEX triplet: BF, A2 and 23. RGB value is (191,162,35). Sum of RGB (Red+Green+Blue) = 191+162+35=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA223 is #405DDC. Grayscale: #9C9C9C. Windows color (decimal): -4218333 or 2335423. OLE color: 2335423.
HSL color Cylindrical-coordinate representation of color #BFA223: hue angle of 48.85º degrees, saturation: 0.69, 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 #BFA223 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 35 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.25 |
| HSL | 48.85º | 0.69% | 0.44% | - |
| HSV(B) | 48.85º | 0.82% | 0.75% | - |
| XYZ | 34.71 | 37.04 | 6.91 | - |
| YUV | 156.19 | 59.61 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 35 | 0 | 0.15 | 0.82 | 0.25 | 48.85 | 0.69 | 0.44 |
| Hex | BF | A2 | 23 | 0 | F | 52 | 19 | 31 | 45 | 2C |
| Octal | 277 | 242 | 43 | 0 | 17 | 122 | 31 | 61 | 105 | 54 |
| Binary | 10111111 | 10100010 | 100011 | 0 | 1111 | 1010010 | 11001 | 110001 | 1000101 | 101100 |
Color Harmonies of #BFA223
Complementary color
Monochromatic Colors of #BFA223
Black with #BFA223
Text Example
Text Example
White with #BFA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA223; }
p { color: rgb(191,162,35); }
H1.HeaderClassName
{
color: #BFA223;
}
.AnyTagClassName
{
color: #BFA223;
}
</style>
background-color css
<style>
a { background-color: #BFA223; }
a { background-color: rgb(191,162,35); }
div.DivClassName
{
background-color: #BFA223;
}
.BgClassName
{
background-color: #BFA223;
}
</style>
border-color css
<style>
span { border-color: #BFA223; }
span { border-color: rgb(191,162,35); }
td.TdClassName
{
border-color: #BFA223;
}
.TagClassName
{
border-color: #BFA223;
}
</style>