Shades of Earls Green #B8A41C
Tints of Earls Green #B8A41C
RGB
CMYK
RGB Variations
Color information
#B8A41C (or 0xB8A41C) is known color: Earls Green. HEX triplet: B8, A4 and 1C. RGB value is (184,164,28). Sum of RGB (Red+Green+Blue) = 184+164+28=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A41C is #475BE3. Grayscale: #9B9B9B. Windows color (decimal): -4676580 or 1877176. OLE color: 1877176.
HSL color Cylindrical-coordinate representation of color #B8A41C: hue angle of 52.31º 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 #B8A41C is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 28 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.28 |
| HSL | 52.31º | 0.74% | 0.42% | - |
| HSV(B) | 52.31º | 0.85% | 0.72% | - |
| XYZ | 33.25 | 36.83 | 6.45 | - |
| YUV | 154.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 28 | 0 | 0.11 | 0.85 | 0.28 | 52.31 | 0.74 | 0.42 |
| Hex | B8 | A4 | 1C | 0 | B | 55 | 1C | 34 | 4A | 2A |
| Octal | 270 | 244 | 34 | 0 | 13 | 125 | 34 | 64 | 112 | 52 |
| Binary | 10111000 | 10100100 | 11100 | 0 | 1011 | 1010101 | 11100 | 110100 | 1001010 | 101010 |
Color Harmonies of #B8A41C
Complementary color
Monochromatic Colors of #B8A41C
Black with #B8A41C
Text Example
Text Example
White with #B8A41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A41C; }
p { color: rgb(184,164,28); }
H1.HeaderClassName
{
color: #B8A41C;
}
.AnyTagClassName
{
color: #B8A41C;
}
</style>
background-color css
<style>
a { background-color: #B8A41C; }
a { background-color: rgb(184,164,28); }
div.DivClassName
{
background-color: #B8A41C;
}
.BgClassName
{
background-color: #B8A41C;
}
</style>
border-color css
<style>
span { border-color: #B8A41C; }
span { border-color: rgb(184,164,28); }
td.TdClassName
{
border-color: #B8A41C;
}
.TagClassName
{
border-color: #B8A41C;
}
</style>