Shades of Earls Green #B8AF1C
Tints of Earls Green #B8AF1C
RGB
CMYK
RGB Variations
Color information
#B8AF1C (or 0xB8AF1C) is known color: Earls Green. HEX triplet: B8, AF and 1C. RGB value is (184,175,28). Sum of RGB (Red+Green+Blue) = 184+175+28=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF1C is #4750E3. Grayscale: #A1A1A1. Windows color (decimal): -4673764 or 1879992. OLE color: 1879992.
HSL color Cylindrical-coordinate representation of color #B8AF1C: hue angle of 56.54º 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 #B8AF1C is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 28 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.28 |
| HSL | 56.54º | 0.74% | 0.42% | - |
| HSV(B) | 56.54º | 0.85% | 0.72% | - |
| XYZ | 35.31 | 40.93 | 7.14 | - |
| YUV | 160.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 28 | 0 | 0.05 | 0.85 | 0.28 | 56.54 | 0.74 | 0.42 |
| Hex | B8 | AF | 1C | 0 | 5 | 55 | 1C | 39 | 4A | 2A |
| Octal | 270 | 257 | 34 | 0 | 5 | 125 | 34 | 71 | 112 | 52 |
| Binary | 10111000 | 10101111 | 11100 | 0 | 101 | 1010101 | 11100 | 111001 | 1001010 | 101010 |
Color Harmonies of #B8AF1C
Complementary color
Monochromatic Colors of #B8AF1C
Black with #B8AF1C
Text Example
Text Example
White with #B8AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF1C; }
p { color: rgb(184,175,28); }
H1.HeaderClassName
{
color: #B8AF1C;
}
.AnyTagClassName
{
color: #B8AF1C;
}
</style>
background-color css
<style>
a { background-color: #B8AF1C; }
a { background-color: rgb(184,175,28); }
div.DivClassName
{
background-color: #B8AF1C;
}
.BgClassName
{
background-color: #B8AF1C;
}
</style>
border-color css
<style>
span { border-color: #B8AF1C; }
span { border-color: rgb(184,175,28); }
td.TdClassName
{
border-color: #B8AF1C;
}
.TagClassName
{
border-color: #B8AF1C;
}
</style>