Shades of Earls Green #B7B521
Tints of Earls Green #B7B521
RGB
CMYK
RGB Variations
Color information
#B7B521 (or 0xB7B521) is known color: Earls Green. HEX triplet: B7, B5 and 21. RGB value is (183,181,33). Sum of RGB (Red+Green+Blue) = 183+181+33=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B521 is #484ADE. Grayscale: #A5A5A5. Windows color (decimal): -4737759 or 2209207. OLE color: 2209207.
HSL color Cylindrical-coordinate representation of color #B7B521: hue angle of 59.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7B521 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 33 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.28 |
| HSL | 59.2º | 0.69% | 0.42% | - |
| HSV(B) | 59.2º | 0.82% | 0.72% | - |
| XYZ | 36.33 | 43.22 | 7.87 | - |
| YUV | 164.73 | 53.66 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 33 | 0 | 0.01 | 0.82 | 0.28 | 59.2 | 0.69 | 0.42 |
| Hex | B7 | B5 | 21 | 0 | 1 | 52 | 1C | 3B | 45 | 2A |
| Octal | 267 | 265 | 41 | 0 | 1 | 122 | 34 | 73 | 105 | 52 |
| Binary | 10110111 | 10110101 | 100001 | 0 | 1 | 1010010 | 11100 | 111011 | 1000101 | 101010 |
Color Harmonies of #B7B521
Complementary color
Monochromatic Colors of #B7B521
Black with #B7B521
Text Example
Text Example
White with #B7B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B521; }
p { color: rgb(183,181,33); }
H1.HeaderClassName
{
color: #B7B521;
}
.AnyTagClassName
{
color: #B7B521;
}
</style>
background-color css
<style>
a { background-color: #B7B521; }
a { background-color: rgb(183,181,33); }
div.DivClassName
{
background-color: #B7B521;
}
.BgClassName
{
background-color: #B7B521;
}
</style>
border-color css
<style>
span { border-color: #B7B521; }
span { border-color: rgb(183,181,33); }
td.TdClassName
{
border-color: #B7B521;
}
.TagClassName
{
border-color: #B7B521;
}
</style>