Shades of Earls Green #B7B12D
Tints of Earls Green #B7B12D
RGB
CMYK
RGB Variations
Color information
#B7B12D (or 0xB7B12D) is known color: Earls Green. HEX triplet: B7, B1 and 2D. RGB value is (183,177,45). Sum of RGB (Red+Green+Blue) = 183+177+45=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B12D is #484ED2. Grayscale: #A4A4A4. Windows color (decimal): -4738771 or 2994615. OLE color: 2994615.
HSL color Cylindrical-coordinate representation of color #B7B12D: hue angle of 57.39º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7B12D is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 45 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.28 |
| HSL | 57.39º | 0.61% | 0.45% | - |
| HSV(B) | 57.39º | 0.75% | 0.72% | - |
| XYZ | 35.72 | 41.7 | 8.65 | - |
| YUV | 163.75 | 60.99 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 45 | 0 | 0.03 | 0.75 | 0.28 | 57.39 | 0.61 | 0.45 |
| Hex | B7 | B1 | 2D | 0 | 3 | 4B | 1C | 39 | 3D | 2D |
| Octal | 267 | 261 | 55 | 0 | 3 | 113 | 34 | 71 | 75 | 55 |
| Binary | 10110111 | 10110001 | 101101 | 0 | 11 | 1001011 | 11100 | 111001 | 111101 | 101101 |
Color Harmonies of #B7B12D
Complementary color
Monochromatic Colors of #B7B12D
Black with #B7B12D
Text Example
Text Example
White with #B7B12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B12D; }
p { color: rgb(183,177,45); }
H1.HeaderClassName
{
color: #B7B12D;
}
.AnyTagClassName
{
color: #B7B12D;
}
</style>
background-color css
<style>
a { background-color: #B7B12D; }
a { background-color: rgb(183,177,45); }
div.DivClassName
{
background-color: #B7B12D;
}
.BgClassName
{
background-color: #B7B12D;
}
</style>
border-color css
<style>
span { border-color: #B7B12D; }
span { border-color: rgb(183,177,45); }
td.TdClassName
{
border-color: #B7B12D;
}
.TagClassName
{
border-color: #B7B12D;
}
</style>