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