Shades of Earls Green #C4B127
Tints of Earls Green #C4B127
RGB
CMYK
RGB Variations
Color information
#C4B127 (or 0xC4B127) is known color: Earls Green. HEX triplet: C4, B1 and 27. RGB value is (196,177,39). Sum of RGB (Red+Green+Blue) = 196+177+39=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B127 is #3B4ED8. Grayscale: #A7A7A7. Windows color (decimal): -3886809 or 2601412. OLE color: 2601412.
HSL color Cylindrical-coordinate representation of color #C4B127: hue angle of 52.74º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4B127 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 39 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.23 |
| HSL | 52.74º | 0.67% | 0.46% | - |
| HSV(B) | 52.74º | 0.8% | 0.77% | - |
| XYZ | 38.85 | 43.33 | 8.23 | - |
| YUV | 166.95 | 55.79 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 39 | 0 | 0.10 | 0.80 | 0.23 | 52.74 | 0.67 | 0.46 |
| Hex | C4 | B1 | 27 | 0 | A | 50 | 17 | 35 | 43 | 2E |
| Octal | 304 | 261 | 47 | 0 | 12 | 120 | 27 | 65 | 103 | 56 |
| Binary | 11000100 | 10110001 | 100111 | 0 | 1010 | 1010000 | 10111 | 110101 | 1000011 | 101110 |
Color Harmonies of #C4B127
Complementary color
Monochromatic Colors of #C4B127
Black with #C4B127
Text Example
Text Example
White with #C4B127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B127; }
p { color: rgb(196,177,39); }
H1.HeaderClassName
{
color: #C4B127;
}
.AnyTagClassName
{
color: #C4B127;
}
</style>
background-color css
<style>
a { background-color: #C4B127; }
a { background-color: rgb(196,177,39); }
div.DivClassName
{
background-color: #C4B127;
}
.BgClassName
{
background-color: #C4B127;
}
</style>
border-color css
<style>
span { border-color: #C4B127; }
span { border-color: rgb(196,177,39); }
td.TdClassName
{
border-color: #C4B127;
}
.TagClassName
{
border-color: #C4B127;
}
</style>