Shades of Earls Green #B2AF2C
Tints of Earls Green #B2AF2C
RGB
CMYK
RGB Variations
Color information
#B2AF2C (or 0xB2AF2C) is known color: Earls Green. HEX triplet: B2, AF and 2C. RGB value is (178,175,44). Sum of RGB (Red+Green+Blue) = 178+175+44=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF2C is #4D50D3. Grayscale: #A1A1A1. Windows color (decimal): -5066964 or 2928562. OLE color: 2928562.
HSL color Cylindrical-coordinate representation of color #B2AF2C: hue angle of 58.66º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2AF2C is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 44 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.30 |
| HSL | 58.66º | 0.6% | 0.44% | - |
| HSV(B) | 58.66º | 0.75% | 0.7% | - |
| XYZ | 34.14 | 40.31 | 8.36 | - |
| YUV | 160.96 | 61.99 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 44 | 0 | 0.02 | 0.75 | 0.30 | 58.66 | 0.6 | 0.44 |
| Hex | B2 | AF | 2C | 0 | 2 | 4B | 1E | 3B | 3C | 2C |
| Octal | 262 | 257 | 54 | 0 | 2 | 113 | 36 | 73 | 74 | 54 |
| Binary | 10110010 | 10101111 | 101100 | 0 | 10 | 1001011 | 11110 | 111011 | 111100 | 101100 |
Color Harmonies of #B2AF2C
Complementary color
Monochromatic Colors of #B2AF2C
Black with #B2AF2C
Text Example
Text Example
White with #B2AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF2C; }
p { color: rgb(178,175,44); }
H1.HeaderClassName
{
color: #B2AF2C;
}
.AnyTagClassName
{
color: #B2AF2C;
}
</style>
background-color css
<style>
a { background-color: #B2AF2C; }
a { background-color: rgb(178,175,44); }
div.DivClassName
{
background-color: #B2AF2C;
}
.BgClassName
{
background-color: #B2AF2C;
}
</style>
border-color css
<style>
span { border-color: #B2AF2C; }
span { border-color: rgb(178,175,44); }
td.TdClassName
{
border-color: #B2AF2C;
}
.TagClassName
{
border-color: #B2AF2C;
}
</style>