Shades of Earls Green #C4B324
Tints of Earls Green #C4B324
RGB
CMYK
RGB Variations
Color information
#C4B324 (or 0xC4B324) is known color: Earls Green. HEX triplet: C4, B3 and 24. RGB value is (196,179,36). Sum of RGB (Red+Green+Blue) = 196+179+36=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B324 is #3B4CDB. Grayscale: #A8A8A8. Windows color (decimal): -3886300 or 2405316. OLE color: 2405316.
HSL color Cylindrical-coordinate representation of color #C4B324: hue angle of 53.62º degrees, saturation: 0.69, 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 #C4B324 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 36 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.23 |
| HSL | 53.63º | 0.69% | 0.45% | - |
| HSV(B) | 53.63º | 0.82% | 0.77% | - |
| XYZ | 39.2 | 44.1 | 8.12 | - |
| YUV | 167.78 | 53.63 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 36 | 0 | 0.09 | 0.82 | 0.23 | 53.63 | 0.69 | 0.45 |
| Hex | C4 | B3 | 24 | 0 | 9 | 52 | 17 | 36 | 45 | 2D |
| Octal | 304 | 263 | 44 | 0 | 11 | 122 | 27 | 66 | 105 | 55 |
| Binary | 11000100 | 10110011 | 100100 | 0 | 1001 | 1010010 | 10111 | 110110 | 1000101 | 101101 |
Color Harmonies of #C4B324
Complementary color
Monochromatic Colors of #C4B324
Black with #C4B324
Text Example
Text Example
White with #C4B324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B324; }
p { color: rgb(196,179,36); }
H1.HeaderClassName
{
color: #C4B324;
}
.AnyTagClassName
{
color: #C4B324;
}
</style>
background-color css
<style>
a { background-color: #C4B324; }
a { background-color: rgb(196,179,36); }
div.DivClassName
{
background-color: #C4B324;
}
.BgClassName
{
background-color: #C4B324;
}
</style>
border-color css
<style>
span { border-color: #C4B324; }
span { border-color: rgb(196,179,36); }
td.TdClassName
{
border-color: #C4B324;
}
.TagClassName
{
border-color: #C4B324;
}
</style>