Shades of Earls Green #B2AF2F
Tints of Earls Green #B2AF2F
RGB
CMYK
RGB Variations
Color information
#B2AF2F (or 0xB2AF2F) is known color: Earls Green. HEX triplet: B2, AF and 2F. RGB value is (178,175,47). Sum of RGB (Red+Green+Blue) = 178+175+47=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF2F is #4D50D0. Grayscale: #A1A1A1. Windows color (decimal): -5066961 or 3125170. OLE color: 3125170.
HSL color Cylindrical-coordinate representation of color #B2AF2F: hue angle of 58.63º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2AF2F is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 47 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.30 |
| HSL | 58.63º | 0.58% | 0.44% | - |
| HSV(B) | 58.63º | 0.74% | 0.7% | - |
| XYZ | 34.2 | 40.33 | 8.67 | - |
| YUV | 161.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 47 | 0 | 0.02 | 0.74 | 0.30 | 58.63 | 0.58 | 0.44 |
| Hex | B2 | AF | 2F | 0 | 2 | 4A | 1E | 3B | 3A | 2C |
| Octal | 262 | 257 | 57 | 0 | 2 | 112 | 36 | 73 | 72 | 54 |
| Binary | 10110010 | 10101111 | 101111 | 0 | 10 | 1001010 | 11110 | 111011 | 111010 | 101100 |
Color Harmonies of #B2AF2F
Complementary color
Monochromatic Colors of #B2AF2F
Black with #B2AF2F
Text Example
Text Example
White with #B2AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF2F; }
p { color: rgb(178,175,47); }
H1.HeaderClassName
{
color: #B2AF2F;
}
.AnyTagClassName
{
color: #B2AF2F;
}
</style>
background-color css
<style>
a { background-color: #B2AF2F; }
a { background-color: rgb(178,175,47); }
div.DivClassName
{
background-color: #B2AF2F;
}
.BgClassName
{
background-color: #B2AF2F;
}
</style>
border-color css
<style>
span { border-color: #B2AF2F; }
span { border-color: rgb(178,175,47); }
td.TdClassName
{
border-color: #B2AF2F;
}
.TagClassName
{
border-color: #B2AF2F;
}
</style>