Shades of Earls Green #B8B022
Tints of Earls Green #B8B022
RGB
CMYK
RGB Variations
Color information
#B8B022 (or 0xB8B022) is known color: Earls Green. HEX triplet: B8, B0 and 22. RGB value is (184,176,34). Sum of RGB (Red+Green+Blue) = 184+176+34=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B022 is #474FDD. Grayscale: #A2A2A2. Windows color (decimal): -4673502 or 2273464. OLE color: 2273464.
HSL color Cylindrical-coordinate representation of color #B8B022: hue angle of 56.8º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8B022 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 34 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.28 |
| HSL | 56.8º | 0.69% | 0.43% | - |
| HSV(B) | 56.8º | 0.82% | 0.72% | - |
| XYZ | 35.58 | 41.36 | 7.62 | - |
| YUV | 162.2 | 55.65 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 34 | 0 | 0.04 | 0.82 | 0.28 | 56.8 | 0.69 | 0.43 |
| Hex | B8 | B0 | 22 | 0 | 4 | 52 | 1C | 39 | 45 | 2B |
| Octal | 270 | 260 | 42 | 0 | 4 | 122 | 34 | 71 | 105 | 53 |
| Binary | 10111000 | 10110000 | 100010 | 0 | 100 | 1010010 | 11100 | 111001 | 1000101 | 101011 |
Color Harmonies of #B8B022
Complementary color
Monochromatic Colors of #B8B022
Black with #B8B022
Text Example
Text Example
White with #B8B022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B022; }
p { color: rgb(184,176,34); }
H1.HeaderClassName
{
color: #B8B022;
}
.AnyTagClassName
{
color: #B8B022;
}
</style>
background-color css
<style>
a { background-color: #B8B022; }
a { background-color: rgb(184,176,34); }
div.DivClassName
{
background-color: #B8B022;
}
.BgClassName
{
background-color: #B8B022;
}
</style>
border-color css
<style>
span { border-color: #B8B022; }
span { border-color: rgb(184,176,34); }
td.TdClassName
{
border-color: #B8B022;
}
.TagClassName
{
border-color: #B8B022;
}
</style>