Shades of Earls Green #B7B627
Tints of Earls Green #B7B627
RGB
CMYK
RGB Variations
Color information
#B7B627 (or 0xB7B627) is known color: Earls Green. HEX triplet: B7, B6 and 27. RGB value is (183,182,39). Sum of RGB (Red+Green+Blue) = 183+182+39=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B627 is #4849D8. Grayscale: #A6A6A6. Windows color (decimal): -4737497 or 2602679. OLE color: 2602679.
HSL color Cylindrical-coordinate representation of color #B7B627: hue angle of 59.58º 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 #B7B627 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 39 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.28 |
| HSL | 59.58º | 0.65% | 0.44% | - |
| HSV(B) | 59.58º | 0.79% | 0.72% | - |
| XYZ | 36.62 | 43.67 | 8.42 | - |
| YUV | 166 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 39 | 0 | 0.01 | 0.79 | 0.28 | 59.58 | 0.65 | 0.44 |
| Hex | B7 | B6 | 27 | 0 | 1 | 4F | 1C | 3C | 41 | 2C |
| Octal | 267 | 266 | 47 | 0 | 1 | 117 | 34 | 74 | 101 | 54 |
| Binary | 10110111 | 10110110 | 100111 | 0 | 1 | 1001111 | 11100 | 111100 | 1000001 | 101100 |
Color Harmonies of #B7B627
Complementary color
Monochromatic Colors of #B7B627
Black with #B7B627
Text Example
Text Example
White with #B7B627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B627; }
p { color: rgb(183,182,39); }
H1.HeaderClassName
{
color: #B7B627;
}
.AnyTagClassName
{
color: #B7B627;
}
</style>
background-color css
<style>
a { background-color: #B7B627; }
a { background-color: rgb(183,182,39); }
div.DivClassName
{
background-color: #B7B627;
}
.BgClassName
{
background-color: #B7B627;
}
</style>
border-color css
<style>
span { border-color: #B7B627; }
span { border-color: rgb(183,182,39); }
td.TdClassName
{
border-color: #B7B627;
}
.TagClassName
{
border-color: #B7B627;
}
</style>