Shades of Earls Green #B8B227
Tints of Earls Green #B8B227
RGB
CMYK
RGB Variations
Color information
#B8B227 (or 0xB8B227) is known color: Earls Green. HEX triplet: B8, B2 and 27. RGB value is (184,178,39). Sum of RGB (Red+Green+Blue) = 184+178+39=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B227 is #474DD8. Grayscale: #A4A4A4. Windows color (decimal): -4672985 or 2601656. OLE color: 2601656.
HSL color Cylindrical-coordinate representation of color #B8B227: hue angle of 57.52º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8B227 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 178 | 39 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.28 |
| HSL | 57.52º | 0.65% | 0.44% | - |
| HSV(B) | 57.52º | 0.79% | 0.72% | - |
| XYZ | 36.05 | 42.18 | 8.16 | - |
| YUV | 163.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 39 | 0 | 0.03 | 0.79 | 0.28 | 57.52 | 0.65 | 0.44 |
| Hex | B8 | B2 | 27 | 0 | 3 | 4F | 1C | 3A | 41 | 2C |
| Octal | 270 | 262 | 47 | 0 | 3 | 117 | 34 | 72 | 101 | 54 |
| Binary | 10111000 | 10110010 | 100111 | 0 | 11 | 1001111 | 11100 | 111010 | 1000001 | 101100 |
Color Harmonies of #B8B227
Complementary color
Monochromatic Colors of #B8B227
Black with #B8B227
Text Example
Text Example
White with #B8B227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B227; }
p { color: rgb(184,178,39); }
H1.HeaderClassName
{
color: #B8B227;
}
.AnyTagClassName
{
color: #B8B227;
}
</style>
background-color css
<style>
a { background-color: #B8B227; }
a { background-color: rgb(184,178,39); }
div.DivClassName
{
background-color: #B8B227;
}
.BgClassName
{
background-color: #B8B227;
}
</style>
border-color css
<style>
span { border-color: #B8B227; }
span { border-color: rgb(184,178,39); }
td.TdClassName
{
border-color: #B8B227;
}
.TagClassName
{
border-color: #B8B227;
}
</style>