Shades of Earls Green #B7B321
Tints of Earls Green #B7B321
RGB
CMYK
RGB Variations
Color information
#B7B321 (or 0xB7B321) is known color: Earls Green. HEX triplet: B7, B3 and 21. RGB value is (183,179,33). Sum of RGB (Red+Green+Blue) = 183+179+33=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B321 is #484CDE. Grayscale: #A4A4A4. Windows color (decimal): -4738271 or 2208695. OLE color: 2208695.
HSL color Cylindrical-coordinate representation of color #B7B321: hue angle of 58.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7B321 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 33 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.28 |
| HSL | 58.4º | 0.69% | 0.42% | - |
| HSV(B) | 58.4º | 0.82% | 0.72% | - |
| XYZ | 35.92 | 42.42 | 7.73 | - |
| YUV | 163.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 33 | 0 | 0.02 | 0.82 | 0.28 | 58.4 | 0.69 | 0.42 |
| Hex | B7 | B3 | 21 | 0 | 2 | 52 | 1C | 3A | 45 | 2A |
| Octal | 267 | 263 | 41 | 0 | 2 | 122 | 34 | 72 | 105 | 52 |
| Binary | 10110111 | 10110011 | 100001 | 0 | 10 | 1010010 | 11100 | 111010 | 1000101 | 101010 |
Color Harmonies of #B7B321
Complementary color
Monochromatic Colors of #B7B321
Black with #B7B321
Text Example
Text Example
White with #B7B321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B321; }
p { color: rgb(183,179,33); }
H1.HeaderClassName
{
color: #B7B321;
}
.AnyTagClassName
{
color: #B7B321;
}
</style>
background-color css
<style>
a { background-color: #B7B321; }
a { background-color: rgb(183,179,33); }
div.DivClassName
{
background-color: #B7B321;
}
.BgClassName
{
background-color: #B7B321;
}
</style>
border-color css
<style>
span { border-color: #B7B321; }
span { border-color: rgb(183,179,33); }
td.TdClassName
{
border-color: #B7B321;
}
.TagClassName
{
border-color: #B7B321;
}
</style>