Shades of Earls Green #B2AF1E
Tints of Earls Green #B2AF1E
RGB
CMYK
RGB Variations
Color information
#B2AF1E (or 0xB2AF1E) is known color: Earls Green. HEX triplet: B2, AF and 1E. RGB value is (178,175,30). Sum of RGB (Red+Green+Blue) = 178+175+30=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF1E is #4D50E1. Grayscale: #9F9F9F. Windows color (decimal): -5066978 or 2011058. OLE color: 2011058.
HSL color Cylindrical-coordinate representation of color #B2AF1E: hue angle of 58.78º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2AF1E is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 30 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.30 |
| HSL | 58.78º | 0.71% | 0.41% | - |
| HSV(B) | 58.78º | 0.83% | 0.7% | - |
| XYZ | 33.92 | 40.22 | 7.2 | - |
| YUV | 159.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 30 | 0 | 0.02 | 0.83 | 0.30 | 58.78 | 0.71 | 0.41 |
| Hex | B2 | AF | 1E | 0 | 2 | 53 | 1E | 3B | 47 | 29 |
| Octal | 262 | 257 | 36 | 0 | 2 | 123 | 36 | 73 | 107 | 51 |
| Binary | 10110010 | 10101111 | 11110 | 0 | 10 | 1010011 | 11110 | 111011 | 1000111 | 101001 |
Color Harmonies of #B2AF1E
Complementary color
Monochromatic Colors of #B2AF1E
Black with #B2AF1E
Text Example
Text Example
White with #B2AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF1E; }
p { color: rgb(178,175,30); }
H1.HeaderClassName
{
color: #B2AF1E;
}
.AnyTagClassName
{
color: #B2AF1E;
}
</style>
background-color css
<style>
a { background-color: #B2AF1E; }
a { background-color: rgb(178,175,30); }
div.DivClassName
{
background-color: #B2AF1E;
}
.BgClassName
{
background-color: #B2AF1E;
}
</style>
border-color css
<style>
span { border-color: #B2AF1E; }
span { border-color: rgb(178,175,30); }
td.TdClassName
{
border-color: #B2AF1E;
}
.TagClassName
{
border-color: #B2AF1E;
}
</style>