Shades of Earls Green #B8B22A
Tints of Earls Green #B8B22A
RGB
CMYK
RGB Variations
Color information
#B8B22A (or 0xB8B22A) is known color: Earls Green. HEX triplet: B8, B2 and 2A. RGB value is (184,178,42). Sum of RGB (Red+Green+Blue) = 184+178+42=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B22A is #474DD5. Grayscale: #A4A4A4. Windows color (decimal): -4672982 or 2798264. OLE color: 2798264.
HSL color Cylindrical-coordinate representation of color #B8B22A: hue angle of 57.46º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8B22A is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 178 | 42 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.28 |
| HSL | 57.46º | 0.63% | 0.44% | - |
| HSV(B) | 57.46º | 0.77% | 0.72% | - |
| XYZ | 36.11 | 42.2 | 8.43 | - |
| YUV | 164.29 | 58.99 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 42 | 0 | 0.03 | 0.77 | 0.28 | 57.46 | 0.63 | 0.44 |
| Hex | B8 | B2 | 2A | 0 | 3 | 4D | 1C | 39 | 3F | 2C |
| Octal | 270 | 262 | 52 | 0 | 3 | 115 | 34 | 71 | 77 | 54 |
| Binary | 10111000 | 10110010 | 101010 | 0 | 11 | 1001101 | 11100 | 111001 | 111111 | 101100 |
Color Harmonies of #B8B22A
Complementary color
Monochromatic Colors of #B8B22A
Black with #B8B22A
Text Example
Text Example
White with #B8B22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B22A; }
p { color: rgb(184,178,42); }
H1.HeaderClassName
{
color: #B8B22A;
}
.AnyTagClassName
{
color: #B8B22A;
}
</style>
background-color css
<style>
a { background-color: #B8B22A; }
a { background-color: rgb(184,178,42); }
div.DivClassName
{
background-color: #B8B22A;
}
.BgClassName
{
background-color: #B8B22A;
}
</style>
border-color css
<style>
span { border-color: #B8B22A; }
span { border-color: rgb(184,178,42); }
td.TdClassName
{
border-color: #B8B22A;
}
.TagClassName
{
border-color: #B8B22A;
}
</style>