Shades of Earls Green #B8B226
Tints of Earls Green #B8B226
RGB
CMYK
RGB Variations
Color information
#B8B226 (or 0xB8B226) is known color: Earls Green. HEX triplet: B8, B2 and 26. RGB value is (184,178,38). Sum of RGB (Red+Green+Blue) = 184+178+38=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B226 is #474DD9. Grayscale: #A4A4A4. Windows color (decimal): -4672986 or 2536120. OLE color: 2536120.
HSL color Cylindrical-coordinate representation of color #B8B226: hue angle of 57.53º degrees, saturation: 0.66, 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 #B8B226 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 178 | 38 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.28 |
| HSL | 57.53º | 0.66% | 0.44% | - |
| HSV(B) | 57.53º | 0.79% | 0.72% | - |
| XYZ | 36.04 | 42.17 | 8.07 | - |
| YUV | 163.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 38 | 0 | 0.03 | 0.79 | 0.28 | 57.53 | 0.66 | 0.44 |
| Hex | B8 | B2 | 26 | 0 | 3 | 4F | 1C | 3A | 42 | 2C |
| Octal | 270 | 262 | 46 | 0 | 3 | 117 | 34 | 72 | 102 | 54 |
| Binary | 10111000 | 10110010 | 100110 | 0 | 11 | 1001111 | 11100 | 111010 | 1000010 | 101100 |
Color Harmonies of #B8B226
Complementary color
Monochromatic Colors of #B8B226
Black with #B8B226
Text Example
Text Example
White with #B8B226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B226; }
p { color: rgb(184,178,38); }
H1.HeaderClassName
{
color: #B8B226;
}
.AnyTagClassName
{
color: #B8B226;
}
</style>
background-color css
<style>
a { background-color: #B8B226; }
a { background-color: rgb(184,178,38); }
div.DivClassName
{
background-color: #B8B226;
}
.BgClassName
{
background-color: #B8B226;
}
</style>
border-color css
<style>
span { border-color: #B8B226; }
span { border-color: rgb(184,178,38); }
td.TdClassName
{
border-color: #B8B226;
}
.TagClassName
{
border-color: #B8B226;
}
</style>