Shades of Earls Green #B8B726
Tints of Earls Green #B8B726
RGB
CMYK
RGB Variations
Color information
#B8B726 (or 0xB8B726) is known color: Earls Green. HEX triplet: B8, B7 and 26. RGB value is (184,183,38). Sum of RGB (Red+Green+Blue) = 184+183+38=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B726 is #4748D9. Grayscale: #A7A7A7. Windows color (decimal): -4671706 or 2537400. OLE color: 2537400.
HSL color Cylindrical-coordinate representation of color #B8B726: hue angle of 59.59º 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 #B8B726 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 183 | 38 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.28 |
| HSL | 59.59º | 0.66% | 0.44% | - |
| HSV(B) | 59.59º | 0.79% | 0.72% | - |
| XYZ | 37.05 | 44.2 | 8.41 | - |
| YUV | 166.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 38 | 0 | 0.01 | 0.79 | 0.28 | 59.59 | 0.66 | 0.44 |
| Hex | B8 | B7 | 26 | 0 | 1 | 4F | 1C | 3C | 42 | 2C |
| Octal | 270 | 267 | 46 | 0 | 1 | 117 | 34 | 74 | 102 | 54 |
| Binary | 10111000 | 10110111 | 100110 | 0 | 1 | 1001111 | 11100 | 111100 | 1000010 | 101100 |
Color Harmonies of #B8B726
Complementary color
Monochromatic Colors of #B8B726
Black with #B8B726
Text Example
Text Example
White with #B8B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B726; }
p { color: rgb(184,183,38); }
H1.HeaderClassName
{
color: #B8B726;
}
.AnyTagClassName
{
color: #B8B726;
}
</style>
background-color css
<style>
a { background-color: #B8B726; }
a { background-color: rgb(184,183,38); }
div.DivClassName
{
background-color: #B8B726;
}
.BgClassName
{
background-color: #B8B726;
}
</style>
border-color css
<style>
span { border-color: #B8B726; }
span { border-color: rgb(184,183,38); }
td.TdClassName
{
border-color: #B8B726;
}
.TagClassName
{
border-color: #B8B726;
}
</style>