Shades of Earls Green #B1AD18
Tints of Earls Green #B1AD18
RGB
CMYK
RGB Variations
Color information
#B1AD18 (or 0xB1AD18) is known color: Earls Green. HEX triplet: B1, AD and 18. RGB value is (177,173,24). Sum of RGB (Red+Green+Blue) = 177+173+24=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AD18 is #4E52E7. Grayscale: #9D9D9D. Windows color (decimal): -5133032 or 1617329. OLE color: 1617329.
HSL color Cylindrical-coordinate representation of color #B1AD18: hue angle of 58.43º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1AD18 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 24 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.31 |
| HSL | 58.43º | 0.76% | 0.39% | - |
| HSV(B) | 58.43º | 0.86% | 0.69% | - |
| XYZ | 33.24 | 39.3 | 6.7 | - |
| YUV | 157.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 24 | 0 | 0.02 | 0.86 | 0.31 | 58.43 | 0.76 | 0.39 |
| Hex | B1 | AD | 18 | 0 | 2 | 56 | 1F | 3A | 4C | 27 |
| Octal | 261 | 255 | 30 | 0 | 2 | 126 | 37 | 72 | 114 | 47 |
| Binary | 10110001 | 10101101 | 11000 | 0 | 10 | 1010110 | 11111 | 111010 | 1001100 | 100111 |
Color Harmonies of #B1AD18
Complementary color
Monochromatic Colors of #B1AD18
Black with #B1AD18
Text Example
Text Example
White with #B1AD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AD18; }
p { color: rgb(177,173,24); }
H1.HeaderClassName
{
color: #B1AD18;
}
.AnyTagClassName
{
color: #B1AD18;
}
</style>
background-color css
<style>
a { background-color: #B1AD18; }
a { background-color: rgb(177,173,24); }
div.DivClassName
{
background-color: #B1AD18;
}
.BgClassName
{
background-color: #B1AD18;
}
</style>
border-color css
<style>
span { border-color: #B1AD18; }
span { border-color: rgb(177,173,24); }
td.TdClassName
{
border-color: #B1AD18;
}
.TagClassName
{
border-color: #B1AD18;
}
</style>