Shades of Earls Green #B9B726
Tints of Earls Green #B9B726
RGB
CMYK
RGB Variations
Color information
#B9B726 (or 0xB9B726) is known color: Earls Green. HEX triplet: B9, B7 and 26. RGB value is (185,183,38). Sum of RGB (Red+Green+Blue) = 185+183+38=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B726 is #4648D9. Grayscale: #A7A7A7. Windows color (decimal): -4606170 or 2537401. OLE color: 2537401.
HSL color Cylindrical-coordinate representation of color #B9B726: hue angle of 59.18º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9B726 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 183 | 38 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.27 |
| HSL | 59.18º | 0.66% | 0.44% | - |
| HSV(B) | 59.18º | 0.79% | 0.73% | - |
| XYZ | 37.29 | 44.32 | 8.42 | - |
| YUV | 167.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 183 | 38 | 0 | 0.01 | 0.79 | 0.27 | 59.18 | 0.66 | 0.44 |
| Hex | B9 | B7 | 26 | 0 | 1 | 4F | 1B | 3B | 42 | 2C |
| Octal | 271 | 267 | 46 | 0 | 1 | 117 | 33 | 73 | 102 | 54 |
| Binary | 10111001 | 10110111 | 100110 | 0 | 1 | 1001111 | 11011 | 111011 | 1000010 | 101100 |
Color Harmonies of #B9B726
Complementary color
Monochromatic Colors of #B9B726
Black with #B9B726
Text Example
Text Example
White with #B9B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B726; }
p { color: rgb(185,183,38); }
H1.HeaderClassName
{
color: #B9B726;
}
.AnyTagClassName
{
color: #B9B726;
}
</style>
background-color css
<style>
a { background-color: #B9B726; }
a { background-color: rgb(185,183,38); }
div.DivClassName
{
background-color: #B9B726;
}
.BgClassName
{
background-color: #B9B726;
}
</style>
border-color css
<style>
span { border-color: #B9B726; }
span { border-color: rgb(185,183,38); }
td.TdClassName
{
border-color: #B9B726;
}
.TagClassName
{
border-color: #B9B726;
}
</style>