Shades of Earls Green #B8B727
Tints of Earls Green #B8B727
RGB
CMYK
RGB Variations
Color information
#B8B727 (or 0xB8B727) is known color: Earls Green. HEX triplet: B8, B7 and 27. RGB value is (184,183,39). Sum of RGB (Red+Green+Blue) = 184+183+39=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B727 is #4748D8. Grayscale: #A7A7A7. Windows color (decimal): -4671705 or 2602936. OLE color: 2602936.
HSL color Cylindrical-coordinate representation of color #B8B727: hue angle of 59.59º 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 #B8B727 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 183 | 39 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.28 |
| HSL | 59.59º | 0.65% | 0.44% | - |
| HSV(B) | 59.59º | 0.79% | 0.72% | - |
| XYZ | 37.07 | 44.2 | 8.5 | - |
| YUV | 166.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 39 | 0 | 0.01 | 0.79 | 0.28 | 59.59 | 0.65 | 0.44 |
| Hex | B8 | B7 | 27 | 0 | 1 | 4F | 1C | 3C | 41 | 2C |
| Octal | 270 | 267 | 47 | 0 | 1 | 117 | 34 | 74 | 101 | 54 |
| Binary | 10111000 | 10110111 | 100111 | 0 | 1 | 1001111 | 11100 | 111100 | 1000001 | 101100 |
Color Harmonies of #B8B727
Complementary color
Monochromatic Colors of #B8B727
Black with #B8B727
Text Example
Text Example
White with #B8B727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B727; }
p { color: rgb(184,183,39); }
H1.HeaderClassName
{
color: #B8B727;
}
.AnyTagClassName
{
color: #B8B727;
}
</style>
background-color css
<style>
a { background-color: #B8B727; }
a { background-color: rgb(184,183,39); }
div.DivClassName
{
background-color: #B8B727;
}
.BgClassName
{
background-color: #B8B727;
}
</style>
border-color css
<style>
span { border-color: #B8B727; }
span { border-color: rgb(184,183,39); }
td.TdClassName
{
border-color: #B8B727;
}
.TagClassName
{
border-color: #B8B727;
}
</style>