Shades of Earls Green #B2AD12
Tints of Earls Green #B2AD12
RGB
CMYK
RGB Variations
Color information
#B2AD12 (or 0xB2AD12) is known color: Earls Green. HEX triplet: B2, AD and 12. RGB value is (178,173,18). Sum of RGB (Red+Green+Blue) = 178+173+18=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AD12 is #4D52ED. Grayscale: #9D9D9D. Windows color (decimal): -5067502 or 1224114. OLE color: 1224114.
HSL color Cylindrical-coordinate representation of color #B2AD12: hue angle of 58.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2AD12 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 18 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.30 |
| HSL | 58.13º | 0.82% | 0.38% | - |
| HSV(B) | 58.13º | 0.9% | 0.7% | - |
| XYZ | 33.41 | 39.4 | 6.42 | - |
| YUV | 156.83 | 49.66 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 18 | 0 | 0.03 | 0.90 | 0.30 | 58.13 | 0.82 | 0.38 |
| Hex | B2 | AD | 12 | 0 | 3 | 5A | 1E | 3A | 52 | 26 |
| Octal | 262 | 255 | 22 | 0 | 3 | 132 | 36 | 72 | 122 | 46 |
| Binary | 10110010 | 10101101 | 10010 | 0 | 11 | 1011010 | 11110 | 111010 | 1010010 | 100110 |
Color Harmonies of #B2AD12
Complementary color
Monochromatic Colors of #B2AD12
Black with #B2AD12
Text Example
Text Example
White with #B2AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD12; }
p { color: rgb(178,173,18); }
H1.HeaderClassName
{
color: #B2AD12;
}
.AnyTagClassName
{
color: #B2AD12;
}
</style>
background-color css
<style>
a { background-color: #B2AD12; }
a { background-color: rgb(178,173,18); }
div.DivClassName
{
background-color: #B2AD12;
}
.BgClassName
{
background-color: #B2AD12;
}
</style>
border-color css
<style>
span { border-color: #B2AD12; }
span { border-color: rgb(178,173,18); }
td.TdClassName
{
border-color: #B2AD12;
}
.TagClassName
{
border-color: #B2AD12;
}
</style>