Shades of Earls Green #B7B41C
Tints of Earls Green #B7B41C
RGB
CMYK
RGB Variations
Color information
#B7B41C (or 0xB7B41C) is known color: Earls Green. HEX triplet: B7, B4 and 1C. RGB value is (183,180,28). Sum of RGB (Red+Green+Blue) = 183+180+28=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B41C is #484BE3. Grayscale: #A4A4A4. Windows color (decimal): -4738020 or 1881271. OLE color: 1881271.
HSL color Cylindrical-coordinate representation of color #B7B41C: hue angle of 58.84º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7B41C is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 28 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.28 |
| HSL | 58.84º | 0.73% | 0.41% | - |
| HSV(B) | 58.84º | 0.85% | 0.72% | - |
| XYZ | 36.06 | 42.79 | 7.46 | - |
| YUV | 163.57 | 51.49 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 28 | 0 | 0.02 | 0.85 | 0.28 | 58.84 | 0.73 | 0.41 |
| Hex | B7 | B4 | 1C | 0 | 2 | 55 | 1C | 3B | 49 | 29 |
| Octal | 267 | 264 | 34 | 0 | 2 | 125 | 34 | 73 | 111 | 51 |
| Binary | 10110111 | 10110100 | 11100 | 0 | 10 | 1010101 | 11100 | 111011 | 1001001 | 101001 |
Color Harmonies of #B7B41C
Complementary color
Monochromatic Colors of #B7B41C
Black with #B7B41C
Text Example
Text Example
White with #B7B41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B41C; }
p { color: rgb(183,180,28); }
H1.HeaderClassName
{
color: #B7B41C;
}
.AnyTagClassName
{
color: #B7B41C;
}
</style>
background-color css
<style>
a { background-color: #B7B41C; }
a { background-color: rgb(183,180,28); }
div.DivClassName
{
background-color: #B7B41C;
}
.BgClassName
{
background-color: #B7B41C;
}
</style>
border-color css
<style>
span { border-color: #B7B41C; }
span { border-color: rgb(183,180,28); }
td.TdClassName
{
border-color: #B7B41C;
}
.TagClassName
{
border-color: #B7B41C;
}
</style>