Shades of Earls Green #B8AD1C
Tints of Earls Green #B8AD1C
RGB
CMYK
RGB Variations
Color information
#B8AD1C (or 0xB8AD1C) is known color: Earls Green. HEX triplet: B8, AD and 1C. RGB value is (184,173,28). Sum of RGB (Red+Green+Blue) = 184+173+28=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD1C is #4752E3. Grayscale: #A0A0A0. Windows color (decimal): -4674276 or 1879480. OLE color: 1879480.
HSL color Cylindrical-coordinate representation of color #B8AD1C: hue angle of 55.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8AD1C is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 28 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.28 |
| HSL | 55.77º | 0.74% | 0.42% | - |
| HSV(B) | 55.77º | 0.85% | 0.72% | - |
| XYZ | 34.92 | 40.16 | 7.01 | - |
| YUV | 159.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 28 | 0 | 0.06 | 0.85 | 0.28 | 55.77 | 0.74 | 0.42 |
| Hex | B8 | AD | 1C | 0 | 6 | 55 | 1C | 38 | 4A | 2A |
| Octal | 270 | 255 | 34 | 0 | 6 | 125 | 34 | 70 | 112 | 52 |
| Binary | 10111000 | 10101101 | 11100 | 0 | 110 | 1010101 | 11100 | 111000 | 1001010 | 101010 |
Color Harmonies of #B8AD1C
Complementary color
Monochromatic Colors of #B8AD1C
Black with #B8AD1C
Text Example
Text Example
White with #B8AD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD1C; }
p { color: rgb(184,173,28); }
H1.HeaderClassName
{
color: #B8AD1C;
}
.AnyTagClassName
{
color: #B8AD1C;
}
</style>
background-color css
<style>
a { background-color: #B8AD1C; }
a { background-color: rgb(184,173,28); }
div.DivClassName
{
background-color: #B8AD1C;
}
.BgClassName
{
background-color: #B8AD1C;
}
</style>
border-color css
<style>
span { border-color: #B8AD1C; }
span { border-color: rgb(184,173,28); }
td.TdClassName
{
border-color: #B8AD1C;
}
.TagClassName
{
border-color: #B8AD1C;
}
</style>