Shades of Earls Green #B7B41D
Tints of Earls Green #B7B41D
RGB
CMYK
RGB Variations
Color information
#B7B41D (or 0xB7B41D) is known color: Earls Green. HEX triplet: B7, B4 and 1D. RGB value is (183,180,29). Sum of RGB (Red+Green+Blue) = 183+180+29=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B41D is #484BE2. Grayscale: #A4A4A4. Windows color (decimal): -4738019 or 1946807. OLE color: 1946807.
HSL color Cylindrical-coordinate representation of color #B7B41D: hue angle of 58.83º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7B41D is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 29 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.28 |
| HSL | 58.83º | 0.73% | 0.42% | - |
| HSV(B) | 58.83º | 0.84% | 0.72% | - |
| XYZ | 36.07 | 42.8 | 7.52 | - |
| YUV | 163.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 29 | 0 | 0.02 | 0.84 | 0.28 | 58.83 | 0.73 | 0.42 |
| Hex | B7 | B4 | 1D | 0 | 2 | 54 | 1C | 3B | 49 | 2A |
| Octal | 267 | 264 | 35 | 0 | 2 | 124 | 34 | 73 | 111 | 52 |
| Binary | 10110111 | 10110100 | 11101 | 0 | 10 | 1010100 | 11100 | 111011 | 1001001 | 101010 |
Color Harmonies of #B7B41D
Complementary color
Monochromatic Colors of #B7B41D
Black with #B7B41D
Text Example
Text Example
White with #B7B41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B41D; }
p { color: rgb(183,180,29); }
H1.HeaderClassName
{
color: #B7B41D;
}
.AnyTagClassName
{
color: #B7B41D;
}
</style>
background-color css
<style>
a { background-color: #B7B41D; }
a { background-color: rgb(183,180,29); }
div.DivClassName
{
background-color: #B7B41D;
}
.BgClassName
{
background-color: #B7B41D;
}
</style>
border-color css
<style>
span { border-color: #B7B41D; }
span { border-color: rgb(183,180,29); }
td.TdClassName
{
border-color: #B7B41D;
}
.TagClassName
{
border-color: #B7B41D;
}
</style>