Shades of Earls Green #B7B424
Tints of Earls Green #B7B424
RGB
CMYK
RGB Variations
Color information
#B7B424 (or 0xB7B424) is known color: Earls Green. HEX triplet: B7, B4 and 24. RGB value is (183,180,36). Sum of RGB (Red+Green+Blue) = 183+180+36=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 36 (14.45% from 255 or 9.02% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B424 is #484BDB. Grayscale: #A5A5A5. Windows color (decimal): -4738012 or 2405559. OLE color: 2405559.
HSL color Cylindrical-coordinate representation of color #B7B424: hue angle of 58.78º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7B424 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 36 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.28 |
| HSL | 58.78º | 0.67% | 0.43% | - |
| HSV(B) | 58.78º | 0.8% | 0.72% | - |
| XYZ | 36.17 | 42.84 | 8.03 | - |
| YUV | 164.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 36 | 0 | 0.02 | 0.80 | 0.28 | 58.78 | 0.67 | 0.43 |
| Hex | B7 | B4 | 24 | 0 | 2 | 50 | 1C | 3B | 43 | 2B |
| Octal | 267 | 264 | 44 | 0 | 2 | 120 | 34 | 73 | 103 | 53 |
| Binary | 10110111 | 10110100 | 100100 | 0 | 10 | 1010000 | 11100 | 111011 | 1000011 | 101011 |
Color Harmonies of #B7B424
Complementary color
Monochromatic Colors of #B7B424
Black with #B7B424
Text Example
Text Example
White with #B7B424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B424; }
p { color: rgb(183,180,36); }
H1.HeaderClassName
{
color: #B7B424;
}
.AnyTagClassName
{
color: #B7B424;
}
</style>
background-color css
<style>
a { background-color: #B7B424; }
a { background-color: rgb(183,180,36); }
div.DivClassName
{
background-color: #B7B424;
}
.BgClassName
{
background-color: #B7B424;
}
</style>
border-color css
<style>
span { border-color: #B7B424; }
span { border-color: rgb(183,180,36); }
td.TdClassName
{
border-color: #B7B424;
}
.TagClassName
{
border-color: #B7B424;
}
</style>