Shades of Earls Green #B7B620
Tints of Earls Green #B7B620
RGB
CMYK
RGB Variations
Color information
#B7B620 (or 0xB7B620) is known color: Earls Green. HEX triplet: B7, B6 and 20. RGB value is (183,182,32). Sum of RGB (Red+Green+Blue) = 183+182+32=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B620 is #4849DF. Grayscale: #A5A5A5. Windows color (decimal): -4737504 or 2143927. OLE color: 2143927.
HSL color Cylindrical-coordinate representation of color #B7B620: hue angle of 59.6º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7B620 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 32 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.28 |
| HSL | 59.6º | 0.7% | 0.42% | - |
| HSV(B) | 59.6º | 0.83% | 0.72% | - |
| XYZ | 36.52 | 43.63 | 7.86 | - |
| YUV | 165.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 32 | 0 | 0.01 | 0.83 | 0.28 | 59.6 | 0.7 | 0.42 |
| Hex | B7 | B6 | 20 | 0 | 1 | 53 | 1C | 3C | 46 | 2A |
| Octal | 267 | 266 | 40 | 0 | 1 | 123 | 34 | 74 | 106 | 52 |
| Binary | 10110111 | 10110110 | 100000 | 0 | 1 | 1010011 | 11100 | 111100 | 1000110 | 101010 |
Color Harmonies of #B7B620
Complementary color
Monochromatic Colors of #B7B620
Black with #B7B620
Text Example
Text Example
White with #B7B620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B620; }
p { color: rgb(183,182,32); }
H1.HeaderClassName
{
color: #B7B620;
}
.AnyTagClassName
{
color: #B7B620;
}
</style>
background-color css
<style>
a { background-color: #B7B620; }
a { background-color: rgb(183,182,32); }
div.DivClassName
{
background-color: #B7B620;
}
.BgClassName
{
background-color: #B7B620;
}
</style>
border-color css
<style>
span { border-color: #B7B620; }
span { border-color: rgb(183,182,32); }
td.TdClassName
{
border-color: #B7B620;
}
.TagClassName
{
border-color: #B7B620;
}
</style>