Shades of Earls Green #B7B422
Tints of Earls Green #B7B422
RGB
CMYK
RGB Variations
Color information
#B7B422 (or 0xB7B422) is known color: Earls Green. HEX triplet: B7, B4 and 22. RGB value is (183,180,34). Sum of RGB (Red+Green+Blue) = 183+180+34=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B422 is #484BDD. Grayscale: #A4A4A4. Windows color (decimal): -4738014 or 2274487. OLE color: 2274487.
HSL color Cylindrical-coordinate representation of color #B7B422: hue angle of 58.79º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7B422 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 34 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.28 |
| HSL | 58.79º | 0.69% | 0.43% | - |
| HSV(B) | 58.79º | 0.81% | 0.72% | - |
| XYZ | 36.14 | 42.83 | 7.87 | - |
| YUV | 164.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 34 | 0 | 0.02 | 0.81 | 0.28 | 58.79 | 0.69 | 0.43 |
| Hex | B7 | B4 | 22 | 0 | 2 | 51 | 1C | 3B | 45 | 2B |
| Octal | 267 | 264 | 42 | 0 | 2 | 121 | 34 | 73 | 105 | 53 |
| Binary | 10110111 | 10110100 | 100010 | 0 | 10 | 1010001 | 11100 | 111011 | 1000101 | 101011 |
Color Harmonies of #B7B422
Complementary color
Monochromatic Colors of #B7B422
Black with #B7B422
Text Example
Text Example
White with #B7B422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B422; }
p { color: rgb(183,180,34); }
H1.HeaderClassName
{
color: #B7B422;
}
.AnyTagClassName
{
color: #B7B422;
}
</style>
background-color css
<style>
a { background-color: #B7B422; }
a { background-color: rgb(183,180,34); }
div.DivClassName
{
background-color: #B7B422;
}
.BgClassName
{
background-color: #B7B422;
}
</style>
border-color css
<style>
span { border-color: #B7B422; }
span { border-color: rgb(183,180,34); }
td.TdClassName
{
border-color: #B7B422;
}
.TagClassName
{
border-color: #B7B422;
}
</style>