Shades of Earls Green #C4B628
Tints of Earls Green #C4B628
RGB
CMYK
RGB Variations
Color information
#C4B628 (or 0xC4B628) is known color: Earls Green. HEX triplet: C4, B6 and 28. RGB value is (196,182,40). Sum of RGB (Red+Green+Blue) = 196+182+40=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B628 is #3B49D7. Grayscale: #AAAAAA. Windows color (decimal): -3885528 or 2668228. OLE color: 2668228.
HSL color Cylindrical-coordinate representation of color #C4B628: hue angle of 54.62º degrees, saturation: 0.66, 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 #C4B628 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 40 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.23 |
| HSL | 54.62º | 0.66% | 0.46% | - |
| HSV(B) | 54.62º | 0.8% | 0.77% | - |
| XYZ | 39.88 | 45.34 | 8.66 | - |
| YUV | 170 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 40 | 0 | 0.07 | 0.80 | 0.23 | 54.62 | 0.66 | 0.46 |
| Hex | C4 | B6 | 28 | 0 | 7 | 50 | 17 | 37 | 42 | 2E |
| Octal | 304 | 266 | 50 | 0 | 7 | 120 | 27 | 67 | 102 | 56 |
| Binary | 11000100 | 10110110 | 101000 | 0 | 111 | 1010000 | 10111 | 110111 | 1000010 | 101110 |
Color Harmonies of #C4B628
Complementary color
Monochromatic Colors of #C4B628
Black with #C4B628
Text Example
Text Example
White with #C4B628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B628; }
p { color: rgb(196,182,40); }
H1.HeaderClassName
{
color: #C4B628;
}
.AnyTagClassName
{
color: #C4B628;
}
</style>
background-color css
<style>
a { background-color: #C4B628; }
a { background-color: rgb(196,182,40); }
div.DivClassName
{
background-color: #C4B628;
}
.BgClassName
{
background-color: #C4B628;
}
</style>
border-color css
<style>
span { border-color: #C4B628; }
span { border-color: rgb(196,182,40); }
td.TdClassName
{
border-color: #C4B628;
}
.TagClassName
{
border-color: #C4B628;
}
</style>