Shades of Earls Green #B2AD18
Tints of Earls Green #B2AD18
RGB
CMYK
RGB Variations
Color information
#B2AD18 (or 0xB2AD18) is known color: Earls Green. HEX triplet: B2, AD and 18. RGB value is (178,173,24). Sum of RGB (Red+Green+Blue) = 178+173+24=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AD18 is #4D52E7. Grayscale: #9E9E9E. Windows color (decimal): -5067496 or 1617330. OLE color: 1617330.
HSL color Cylindrical-coordinate representation of color #B2AD18: hue angle of 58.05º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2AD18 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 24 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.30 |
| HSL | 58.05º | 0.76% | 0.4% | - |
| HSV(B) | 58.05º | 0.87% | 0.7% | - |
| XYZ | 33.47 | 39.42 | 6.71 | - |
| YUV | 157.51 | 52.66 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 24 | 0 | 0.03 | 0.87 | 0.30 | 58.05 | 0.76 | 0.4 |
| Hex | B2 | AD | 18 | 0 | 3 | 57 | 1E | 3A | 4C | 28 |
| Octal | 262 | 255 | 30 | 0 | 3 | 127 | 36 | 72 | 114 | 50 |
| Binary | 10110010 | 10101101 | 11000 | 0 | 11 | 1010111 | 11110 | 111010 | 1001100 | 101000 |
Color Harmonies of #B2AD18
Complementary color
Monochromatic Colors of #B2AD18
Black with #B2AD18
Text Example
Text Example
White with #B2AD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD18; }
p { color: rgb(178,173,24); }
H1.HeaderClassName
{
color: #B2AD18;
}
.AnyTagClassName
{
color: #B2AD18;
}
</style>
background-color css
<style>
a { background-color: #B2AD18; }
a { background-color: rgb(178,173,24); }
div.DivClassName
{
background-color: #B2AD18;
}
.BgClassName
{
background-color: #B2AD18;
}
</style>
border-color css
<style>
span { border-color: #B2AD18; }
span { border-color: rgb(178,173,24); }
td.TdClassName
{
border-color: #B2AD18;
}
.TagClassName
{
border-color: #B2AD18;
}
</style>