Shades of Earls Green #B7B322
Tints of Earls Green #B7B322
RGB
CMYK
RGB Variations
Color information
#B7B322 (or 0xB7B322) is known color: Earls Green. HEX triplet: B7, B3 and 22. RGB value is (183,179,34). Sum of RGB (Red+Green+Blue) = 183+179+34=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B322 is #484CDD. Grayscale: #A4A4A4. Windows color (decimal): -4738270 or 2274231. OLE color: 2274231.
HSL color Cylindrical-coordinate representation of color #B7B322: hue angle of 58.39º 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 #B7B322 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 34 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.28 |
| HSL | 58.39º | 0.69% | 0.43% | - |
| HSV(B) | 58.39º | 0.81% | 0.72% | - |
| XYZ | 35.94 | 42.42 | 7.81 | - |
| YUV | 163.67 | 54.83 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 34 | 0 | 0.02 | 0.81 | 0.28 | 58.39 | 0.69 | 0.43 |
| Hex | B7 | B3 | 22 | 0 | 2 | 51 | 1C | 3A | 45 | 2B |
| Octal | 267 | 263 | 42 | 0 | 2 | 121 | 34 | 72 | 105 | 53 |
| Binary | 10110111 | 10110011 | 100010 | 0 | 10 | 1010001 | 11100 | 111010 | 1000101 | 101011 |
Color Harmonies of #B7B322
Complementary color
Monochromatic Colors of #B7B322
Black with #B7B322
Text Example
Text Example
White with #B7B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B322; }
p { color: rgb(183,179,34); }
H1.HeaderClassName
{
color: #B7B322;
}
.AnyTagClassName
{
color: #B7B322;
}
</style>
background-color css
<style>
a { background-color: #B7B322; }
a { background-color: rgb(183,179,34); }
div.DivClassName
{
background-color: #B7B322;
}
.BgClassName
{
background-color: #B7B322;
}
</style>
border-color css
<style>
span { border-color: #B7B322; }
span { border-color: rgb(183,179,34); }
td.TdClassName
{
border-color: #B7B322;
}
.TagClassName
{
border-color: #B7B322;
}
</style>