Shades of Earls Green #B7B520
Tints of Earls Green #B7B520
RGB
CMYK
RGB Variations
Color information
#B7B520 (or 0xB7B520) is known color: Earls Green. HEX triplet: B7, B5 and 20. RGB value is (183,181,32). Sum of RGB (Red+Green+Blue) = 183+181+32=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B520 is #484ADF. Grayscale: #A5A5A5. Windows color (decimal): -4737760 or 2143671. OLE color: 2143671.
HSL color Cylindrical-coordinate representation of color #B7B520: hue angle of 59.21º 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 #B7B520 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 32 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.28 |
| HSL | 59.21º | 0.7% | 0.42% | - |
| HSV(B) | 59.21º | 0.83% | 0.72% | - |
| XYZ | 36.31 | 43.22 | 7.79 | - |
| YUV | 164.61 | 53.16 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 32 | 0 | 0.01 | 0.83 | 0.28 | 59.21 | 0.7 | 0.42 |
| Hex | B7 | B5 | 20 | 0 | 1 | 53 | 1C | 3B | 46 | 2A |
| Octal | 267 | 265 | 40 | 0 | 1 | 123 | 34 | 73 | 106 | 52 |
| Binary | 10110111 | 10110101 | 100000 | 0 | 1 | 1010011 | 11100 | 111011 | 1000110 | 101010 |
Color Harmonies of #B7B520
Complementary color
Monochromatic Colors of #B7B520
Black with #B7B520
Text Example
Text Example
White with #B7B520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B520; }
p { color: rgb(183,181,32); }
H1.HeaderClassName
{
color: #B7B520;
}
.AnyTagClassName
{
color: #B7B520;
}
</style>
background-color css
<style>
a { background-color: #B7B520; }
a { background-color: rgb(183,181,32); }
div.DivClassName
{
background-color: #B7B520;
}
.BgClassName
{
background-color: #B7B520;
}
</style>
border-color css
<style>
span { border-color: #B7B520; }
span { border-color: rgb(183,181,32); }
td.TdClassName
{
border-color: #B7B520;
}
.TagClassName
{
border-color: #B7B520;
}
</style>