Shades of Earls Green #C4B129
Tints of Earls Green #C4B129
RGB
CMYK
RGB Variations
Color information
#C4B129 (or 0xC4B129) is known color: Earls Green. HEX triplet: C4, B1 and 29. RGB value is (196,177,41). Sum of RGB (Red+Green+Blue) = 196+177+41=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B129 is #3B4ED6. Grayscale: #A7A7A7. Windows color (decimal): -3886807 or 2732484. OLE color: 2732484.
HSL color Cylindrical-coordinate representation of color #C4B129: hue angle of 52.65º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4B129 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 41 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.23 |
| HSL | 52.65º | 0.65% | 0.46% | - |
| HSV(B) | 52.65º | 0.79% | 0.77% | - |
| XYZ | 38.89 | 43.34 | 8.41 | - |
| YUV | 167.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 41 | 0 | 0.10 | 0.79 | 0.23 | 52.65 | 0.65 | 0.46 |
| Hex | C4 | B1 | 29 | 0 | A | 4F | 17 | 35 | 41 | 2E |
| Octal | 304 | 261 | 51 | 0 | 12 | 117 | 27 | 65 | 101 | 56 |
| Binary | 11000100 | 10110001 | 101001 | 0 | 1010 | 1001111 | 10111 | 110101 | 1000001 | 101110 |
Color Harmonies of #C4B129
Complementary color
Monochromatic Colors of #C4B129
Black with #C4B129
Text Example
Text Example
White with #C4B129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B129; }
p { color: rgb(196,177,41); }
H1.HeaderClassName
{
color: #C4B129;
}
.AnyTagClassName
{
color: #C4B129;
}
</style>
background-color css
<style>
a { background-color: #C4B129; }
a { background-color: rgb(196,177,41); }
div.DivClassName
{
background-color: #C4B129;
}
.BgClassName
{
background-color: #C4B129;
}
</style>
border-color css
<style>
span { border-color: #C4B129; }
span { border-color: rgb(196,177,41); }
td.TdClassName
{
border-color: #C4B129;
}
.TagClassName
{
border-color: #C4B129;
}
</style>