Shades of Earls Green #B8B322
Tints of Earls Green #B8B322
RGB
CMYK
RGB Variations
Color information
#B8B322 (or 0xB8B322) is known color: Earls Green. HEX triplet: B8, B3 and 22. RGB value is (184,179,34). Sum of RGB (Red+Green+Blue) = 184+179+34=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B322 is #474CDD. Grayscale: #A4A4A4. Windows color (decimal): -4672734 or 2274232. OLE color: 2274232.
HSL color Cylindrical-coordinate representation of color #B8B322: hue angle of 58º 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 #B8B322 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 34 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.28 |
| HSL | 58º | 0.69% | 0.43% | - |
| HSV(B) | 58º | 0.82% | 0.72% | - |
| XYZ | 36.18 | 42.55 | 7.82 | - |
| YUV | 163.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 34 | 0 | 0.03 | 0.82 | 0.28 | 58 | 0.69 | 0.43 |
| Hex | B8 | B3 | 22 | 0 | 3 | 52 | 1C | 3A | 45 | 2B |
| Octal | 270 | 263 | 42 | 0 | 3 | 122 | 34 | 72 | 105 | 53 |
| Binary | 10111000 | 10110011 | 100010 | 0 | 11 | 1010010 | 11100 | 111010 | 1000101 | 101011 |
Color Harmonies of #B8B322
Complementary color
Monochromatic Colors of #B8B322
Black with #B8B322
Text Example
Text Example
White with #B8B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B322; }
p { color: rgb(184,179,34); }
H1.HeaderClassName
{
color: #B8B322;
}
.AnyTagClassName
{
color: #B8B322;
}
</style>
background-color css
<style>
a { background-color: #B8B322; }
a { background-color: rgb(184,179,34); }
div.DivClassName
{
background-color: #B8B322;
}
.BgClassName
{
background-color: #B8B322;
}
</style>
border-color css
<style>
span { border-color: #B8B322; }
span { border-color: rgb(184,179,34); }
td.TdClassName
{
border-color: #B8B322;
}
.TagClassName
{
border-color: #B8B322;
}
</style>