Shades of Earls Green #C4B41D
Tints of Earls Green #C4B41D
RGB
CMYK
RGB Variations
Color information
#C4B41D (or 0xC4B41D) is known color: Earls Green. HEX triplet: C4, B4 and 1D. RGB value is (196,180,29). Sum of RGB (Red+Green+Blue) = 196+180+29=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B41D is #3B4BE2. Grayscale: #A8A8A8. Windows color (decimal): -3886051 or 1946820. OLE color: 1946820.
HSL color Cylindrical-coordinate representation of color #C4B41D: hue angle of 54.25º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4B41D is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 29 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.23 |
| HSL | 54.25º | 0.74% | 0.44% | - |
| HSV(B) | 54.25º | 0.85% | 0.77% | - |
| XYZ | 39.31 | 44.47 | 7.67 | - |
| YUV | 167.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 29 | 0 | 0.08 | 0.85 | 0.23 | 54.25 | 0.74 | 0.44 |
| Hex | C4 | B4 | 1D | 0 | 8 | 55 | 17 | 36 | 4A | 2C |
| Octal | 304 | 264 | 35 | 0 | 10 | 125 | 27 | 66 | 112 | 54 |
| Binary | 11000100 | 10110100 | 11101 | 0 | 1000 | 1010101 | 10111 | 110110 | 1001010 | 101100 |
Color Harmonies of #C4B41D
Complementary color
Monochromatic Colors of #C4B41D
Black with #C4B41D
Text Example
Text Example
White with #C4B41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B41D; }
p { color: rgb(196,180,29); }
H1.HeaderClassName
{
color: #C4B41D;
}
.AnyTagClassName
{
color: #C4B41D;
}
</style>
background-color css
<style>
a { background-color: #C4B41D; }
a { background-color: rgb(196,180,29); }
div.DivClassName
{
background-color: #C4B41D;
}
.BgClassName
{
background-color: #C4B41D;
}
</style>
border-color css
<style>
span { border-color: #C4B41D; }
span { border-color: rgb(196,180,29); }
td.TdClassName
{
border-color: #C4B41D;
}
.TagClassName
{
border-color: #C4B41D;
}
</style>