Shades of Earls Green #B8A41B
Tints of Earls Green #B8A41B
RGB
CMYK
RGB Variations
Color information
#B8A41B (or 0xB8A41B) is known color: Earls Green. HEX triplet: B8, A4 and 1B. RGB value is (184,164,27). Sum of RGB (Red+Green+Blue) = 184+164+27=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A41B is #475BE4. Grayscale: #9A9A9A. Windows color (decimal): -4676581 or 1811640. OLE color: 1811640.
HSL color Cylindrical-coordinate representation of color #B8A41B: hue angle of 52.36º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8A41B is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 27 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.28 |
| HSL | 52.36º | 0.74% | 0.41% | - |
| HSV(B) | 52.36º | 0.85% | 0.72% | - |
| XYZ | 33.24 | 36.82 | 6.39 | - |
| YUV | 154.36 | 56.13 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 27 | 0 | 0.11 | 0.85 | 0.28 | 52.36 | 0.74 | 0.41 |
| Hex | B8 | A4 | 1B | 0 | B | 55 | 1C | 34 | 4A | 29 |
| Octal | 270 | 244 | 33 | 0 | 13 | 125 | 34 | 64 | 112 | 51 |
| Binary | 10111000 | 10100100 | 11011 | 0 | 1011 | 1010101 | 11100 | 110100 | 1001010 | 101001 |
Color Harmonies of #B8A41B
Complementary color
Monochromatic Colors of #B8A41B
Black with #B8A41B
Text Example
Text Example
White with #B8A41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A41B; }
p { color: rgb(184,164,27); }
H1.HeaderClassName
{
color: #B8A41B;
}
.AnyTagClassName
{
color: #B8A41B;
}
</style>
background-color css
<style>
a { background-color: #B8A41B; }
a { background-color: rgb(184,164,27); }
div.DivClassName
{
background-color: #B8A41B;
}
.BgClassName
{
background-color: #B8A41B;
}
</style>
border-color css
<style>
span { border-color: #B8A41B; }
span { border-color: rgb(184,164,27); }
td.TdClassName
{
border-color: #B8A41B;
}
.TagClassName
{
border-color: #B8A41B;
}
</style>