Shades of Earls Green #C4B521
Tints of Earls Green #C4B521
RGB
CMYK
RGB Variations
Color information
#C4B521 (or 0xC4B521) is known color: Earls Green. HEX triplet: C4, B5 and 21. RGB value is (196,181,33). Sum of RGB (Red+Green+Blue) = 196+181+33=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B521 is #3B4ADE. Grayscale: #A9A9A9. Windows color (decimal): -3885791 or 2209220. OLE color: 2209220.
HSL color Cylindrical-coordinate representation of color #C4B521: hue angle of 54.48º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4B521 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 33 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.23 |
| HSL | 54.48º | 0.71% | 0.45% | - |
| HSV(B) | 54.48º | 0.83% | 0.77% | - |
| XYZ | 39.56 | 44.89 | 8.02 | - |
| YUV | 168.61 | 51.47 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 33 | 0 | 0.08 | 0.83 | 0.23 | 54.48 | 0.71 | 0.45 |
| Hex | C4 | B5 | 21 | 0 | 8 | 53 | 17 | 36 | 47 | 2D |
| Octal | 304 | 265 | 41 | 0 | 10 | 123 | 27 | 66 | 107 | 55 |
| Binary | 11000100 | 10110101 | 100001 | 0 | 1000 | 1010011 | 10111 | 110110 | 1000111 | 101101 |
Color Harmonies of #C4B521
Complementary color
Monochromatic Colors of #C4B521
Black with #C4B521
Text Example
Text Example
White with #C4B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B521; }
p { color: rgb(196,181,33); }
H1.HeaderClassName
{
color: #C4B521;
}
.AnyTagClassName
{
color: #C4B521;
}
</style>
background-color css
<style>
a { background-color: #C4B521; }
a { background-color: rgb(196,181,33); }
div.DivClassName
{
background-color: #C4B521;
}
.BgClassName
{
background-color: #C4B521;
}
</style>
border-color css
<style>
span { border-color: #C4B521; }
span { border-color: rgb(196,181,33); }
td.TdClassName
{
border-color: #C4B521;
}
.TagClassName
{
border-color: #C4B521;
}
</style>