Shades of Earls Green #C4B423
Tints of Earls Green #C4B423
RGB
CMYK
RGB Variations
Color information
#C4B423 (or 0xC4B423) is known color: Earls Green. HEX triplet: C4, B4 and 23. RGB value is (196,180,35). Sum of RGB (Red+Green+Blue) = 196+180+35=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B423 is #3B4BDC. Grayscale: #A8A8A8. Windows color (decimal): -3886045 or 2340036. OLE color: 2340036.
HSL color Cylindrical-coordinate representation of color #C4B423: hue angle of 54.04º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4B423 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 35 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.23 |
| HSL | 54.04º | 0.7% | 0.45% | - |
| HSV(B) | 54.04º | 0.82% | 0.77% | - |
| XYZ | 39.39 | 44.5 | 8.1 | - |
| YUV | 168.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 35 | 0 | 0.08 | 0.82 | 0.23 | 54.04 | 0.7 | 0.45 |
| Hex | C4 | B4 | 23 | 0 | 8 | 52 | 17 | 36 | 46 | 2D |
| Octal | 304 | 264 | 43 | 0 | 10 | 122 | 27 | 66 | 106 | 55 |
| Binary | 11000100 | 10110100 | 100011 | 0 | 1000 | 1010010 | 10111 | 110110 | 1000110 | 101101 |
Color Harmonies of #C4B423
Complementary color
Monochromatic Colors of #C4B423
Black with #C4B423
Text Example
Text Example
White with #C4B423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B423; }
p { color: rgb(196,180,35); }
H1.HeaderClassName
{
color: #C4B423;
}
.AnyTagClassName
{
color: #C4B423;
}
</style>
background-color css
<style>
a { background-color: #C4B423; }
a { background-color: rgb(196,180,35); }
div.DivClassName
{
background-color: #C4B423;
}
.BgClassName
{
background-color: #C4B423;
}
</style>
border-color css
<style>
span { border-color: #C4B423; }
span { border-color: rgb(196,180,35); }
td.TdClassName
{
border-color: #C4B423;
}
.TagClassName
{
border-color: #C4B423;
}
</style>