Shades of Earls Green #C6B128
Tints of Earls Green #C6B128
RGB
CMYK
RGB Variations
Color information
#C6B128 (or 0xC6B128) is known color: Earls Green. HEX triplet: C6, B1 and 28. RGB value is (198,177,40). Sum of RGB (Red+Green+Blue) = 198+177+40=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B128 is #394ED7. Grayscale: #A8A8A8. Windows color (decimal): -3755736 or 2666950. OLE color: 2666950.
HSL color Cylindrical-coordinate representation of color #C6B128: hue angle of 52.03º 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 #C6B128 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 40 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.22 |
| HSL | 52.03º | 0.66% | 0.47% | - |
| HSV(B) | 52.03º | 0.8% | 0.78% | - |
| XYZ | 39.39 | 43.6 | 8.35 | - |
| YUV | 167.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 40 | 0 | 0.11 | 0.80 | 0.22 | 52.03 | 0.66 | 0.47 |
| Hex | C6 | B1 | 28 | 0 | B | 50 | 16 | 34 | 42 | 2F |
| Octal | 306 | 261 | 50 | 0 | 13 | 120 | 26 | 64 | 102 | 57 |
| Binary | 11000110 | 10110001 | 101000 | 0 | 1011 | 1010000 | 10110 | 110100 | 1000010 | 101111 |
Color Harmonies of #C6B128
Complementary color
Monochromatic Colors of #C6B128
Black with #C6B128
Text Example
Text Example
White with #C6B128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B128; }
p { color: rgb(198,177,40); }
H1.HeaderClassName
{
color: #C6B128;
}
.AnyTagClassName
{
color: #C6B128;
}
</style>
background-color css
<style>
a { background-color: #C6B128; }
a { background-color: rgb(198,177,40); }
div.DivClassName
{
background-color: #C6B128;
}
.BgClassName
{
background-color: #C6B128;
}
</style>
border-color css
<style>
span { border-color: #C6B128; }
span { border-color: rgb(198,177,40); }
td.TdClassName
{
border-color: #C6B128;
}
.TagClassName
{
border-color: #C6B128;
}
</style>