Shades of Earls Green #B7B223
Tints of Earls Green #B7B223
RGB
CMYK
RGB Variations
Color information
#B7B223 (or 0xB7B223) is known color: Earls Green. HEX triplet: B7, B2 and 23. RGB value is (183,178,35). Sum of RGB (Red+Green+Blue) = 183+178+35=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 35 (14.06% from 255 or 8.84% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B223 is #484DDC. Grayscale: #A3A3A3. Windows color (decimal): -4738525 or 2339511. OLE color: 2339511.
HSL color Cylindrical-coordinate representation of color #B7B223: hue angle of 57.97º degrees, saturation: 0.68, 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 #B7B223 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 35 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.28 |
| HSL | 57.97º | 0.68% | 0.43% | - |
| HSV(B) | 57.97º | 0.81% | 0.72% | - |
| XYZ | 35.75 | 42.03 | 7.82 | - |
| YUV | 163.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 35 | 0 | 0.03 | 0.81 | 0.28 | 57.97 | 0.68 | 0.43 |
| Hex | B7 | B2 | 23 | 0 | 3 | 51 | 1C | 3A | 44 | 2B |
| Octal | 267 | 262 | 43 | 0 | 3 | 121 | 34 | 72 | 104 | 53 |
| Binary | 10110111 | 10110010 | 100011 | 0 | 11 | 1010001 | 11100 | 111010 | 1000100 | 101011 |
Color Harmonies of #B7B223
Complementary color
Monochromatic Colors of #B7B223
Black with #B7B223
Text Example
Text Example
White with #B7B223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B223; }
p { color: rgb(183,178,35); }
H1.HeaderClassName
{
color: #B7B223;
}
.AnyTagClassName
{
color: #B7B223;
}
</style>
background-color css
<style>
a { background-color: #B7B223; }
a { background-color: rgb(183,178,35); }
div.DivClassName
{
background-color: #B7B223;
}
.BgClassName
{
background-color: #B7B223;
}
</style>
border-color css
<style>
span { border-color: #B7B223; }
span { border-color: rgb(183,178,35); }
td.TdClassName
{
border-color: #B7B223;
}
.TagClassName
{
border-color: #B7B223;
}
</style>