Shades of Earls Green #C6B328
Tints of Earls Green #C6B328
RGB
CMYK
RGB Variations
Color information
#C6B328 (or 0xC6B328) is known color: Earls Green. HEX triplet: C6, B3 and 28. RGB value is (198,179,40). Sum of RGB (Red+Green+Blue) = 198+179+40=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B328 is #394CD7. Grayscale: #A9A9A9. Windows color (decimal): -3755224 or 2667462. OLE color: 2667462.
HSL color Cylindrical-coordinate representation of color #C6B328: hue angle of 52.78º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6B328 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 179 | 40 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.22 |
| HSL | 52.78º | 0.66% | 0.47% | - |
| HSV(B) | 52.78º | 0.8% | 0.78% | - |
| XYZ | 39.79 | 44.4 | 8.48 | - |
| YUV | 168.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 40 | 0 | 0.10 | 0.80 | 0.22 | 52.78 | 0.66 | 0.47 |
| Hex | C6 | B3 | 28 | 0 | A | 50 | 16 | 35 | 42 | 2F |
| Octal | 306 | 263 | 50 | 0 | 12 | 120 | 26 | 65 | 102 | 57 |
| Binary | 11000110 | 10110011 | 101000 | 0 | 1010 | 1010000 | 10110 | 110101 | 1000010 | 101111 |
Color Harmonies of #C6B328
Complementary color
Monochromatic Colors of #C6B328
Black with #C6B328
Text Example
Text Example
White with #C6B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B328; }
p { color: rgb(198,179,40); }
H1.HeaderClassName
{
color: #C6B328;
}
.AnyTagClassName
{
color: #C6B328;
}
</style>
background-color css
<style>
a { background-color: #C6B328; }
a { background-color: rgb(198,179,40); }
div.DivClassName
{
background-color: #C6B328;
}
.BgClassName
{
background-color: #C6B328;
}
</style>
border-color css
<style>
span { border-color: #C6B328; }
span { border-color: rgb(198,179,40); }
td.TdClassName
{
border-color: #C6B328;
}
.TagClassName
{
border-color: #C6B328;
}
</style>