Shades of Earls Green #B8B22D
Tints of Earls Green #B8B22D
RGB
CMYK
RGB Variations
Color information
#B8B22D (or 0xB8B22D) is known color: Earls Green. HEX triplet: B8, B2 and 2D. RGB value is (184,178,45). Sum of RGB (Red+Green+Blue) = 184+178+45=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B22D is #474DD2. Grayscale: #A5A5A5. Windows color (decimal): -4672979 or 2994872. OLE color: 2994872.
HSL color Cylindrical-coordinate representation of color #B8B22D: hue angle of 57.41º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8B22D is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 178 | 45 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.28 |
| HSL | 57.41º | 0.61% | 0.45% | - |
| HSV(B) | 57.41º | 0.76% | 0.72% | - |
| XYZ | 36.16 | 42.22 | 8.73 | - |
| YUV | 164.63 | 60.49 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 45 | 0 | 0.03 | 0.76 | 0.28 | 57.41 | 0.61 | 0.45 |
| Hex | B8 | B2 | 2D | 0 | 3 | 4C | 1C | 39 | 3D | 2D |
| Octal | 270 | 262 | 55 | 0 | 3 | 114 | 34 | 71 | 75 | 55 |
| Binary | 10111000 | 10110010 | 101101 | 0 | 11 | 1001100 | 11100 | 111001 | 111101 | 101101 |
Color Harmonies of #B8B22D
Complementary color
Monochromatic Colors of #B8B22D
Black with #B8B22D
Text Example
Text Example
White with #B8B22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B22D; }
p { color: rgb(184,178,45); }
H1.HeaderClassName
{
color: #B8B22D;
}
.AnyTagClassName
{
color: #B8B22D;
}
</style>
background-color css
<style>
a { background-color: #B8B22D; }
a { background-color: rgb(184,178,45); }
div.DivClassName
{
background-color: #B8B22D;
}
.BgClassName
{
background-color: #B8B22D;
}
</style>
border-color css
<style>
span { border-color: #B8B22D; }
span { border-color: rgb(184,178,45); }
td.TdClassName
{
border-color: #B8B22D;
}
.TagClassName
{
border-color: #B8B22D;
}
</style>