Shades of Earls Green #B7B122
Tints of Earls Green #B7B122
RGB
CMYK
RGB Variations
Color information
#B7B122 (or 0xB7B122) is known color: Earls Green. HEX triplet: B7, B1 and 22. RGB value is (183,177,34). Sum of RGB (Red+Green+Blue) = 183+177+34=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B122 is #484EDD. Grayscale: #A3A3A3. Windows color (decimal): -4738782 or 2273719. OLE color: 2273719.
HSL color Cylindrical-coordinate representation of color #B7B122: hue angle of 57.58º 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 #B7B122 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 34 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.28 |
| HSL | 57.58º | 0.69% | 0.43% | - |
| HSV(B) | 57.58º | 0.81% | 0.72% | - |
| XYZ | 35.54 | 41.63 | 7.68 | - |
| YUV | 162.49 | 55.49 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 34 | 0 | 0.03 | 0.81 | 0.28 | 57.58 | 0.69 | 0.43 |
| Hex | B7 | B1 | 22 | 0 | 3 | 51 | 1C | 3A | 45 | 2B |
| Octal | 267 | 261 | 42 | 0 | 3 | 121 | 34 | 72 | 105 | 53 |
| Binary | 10110111 | 10110001 | 100010 | 0 | 11 | 1010001 | 11100 | 111010 | 1000101 | 101011 |
Color Harmonies of #B7B122
Complementary color
Monochromatic Colors of #B7B122
Black with #B7B122
Text Example
Text Example
White with #B7B122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B122; }
p { color: rgb(183,177,34); }
H1.HeaderClassName
{
color: #B7B122;
}
.AnyTagClassName
{
color: #B7B122;
}
</style>
background-color css
<style>
a { background-color: #B7B122; }
a { background-color: rgb(183,177,34); }
div.DivClassName
{
background-color: #B7B122;
}
.BgClassName
{
background-color: #B7B122;
}
</style>
border-color css
<style>
span { border-color: #B7B122; }
span { border-color: rgb(183,177,34); }
td.TdClassName
{
border-color: #B7B122;
}
.TagClassName
{
border-color: #B7B122;
}
</style>