Shades of Earls Green #C6B229
Tints of Earls Green #C6B229
RGB
CMYK
RGB Variations
Color information
#C6B229 (or 0xC6B229) is known color: Earls Green. HEX triplet: C6, B2 and 29. RGB value is (198,178,41). Sum of RGB (Red+Green+Blue) = 198+178+41=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B229 is #394DD6. Grayscale: #A8A8A8. Windows color (decimal): -3755479 or 2732742. OLE color: 2732742.
HSL color Cylindrical-coordinate representation of color #C6B229: hue angle of 52.36º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6B229 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 41 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.22 |
| HSL | 52.36º | 0.66% | 0.47% | - |
| HSV(B) | 52.36º | 0.79% | 0.78% | - |
| XYZ | 39.61 | 44.01 | 8.5 | - |
| YUV | 168.36 | 56.13 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 41 | 0 | 0.10 | 0.79 | 0.22 | 52.36 | 0.66 | 0.47 |
| Hex | C6 | B2 | 29 | 0 | A | 4F | 16 | 34 | 42 | 2F |
| Octal | 306 | 262 | 51 | 0 | 12 | 117 | 26 | 64 | 102 | 57 |
| Binary | 11000110 | 10110010 | 101001 | 0 | 1010 | 1001111 | 10110 | 110100 | 1000010 | 101111 |
Color Harmonies of #C6B229
Complementary color
Monochromatic Colors of #C6B229
Black with #C6B229
Text Example
Text Example
White with #C6B229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B229; }
p { color: rgb(198,178,41); }
H1.HeaderClassName
{
color: #C6B229;
}
.AnyTagClassName
{
color: #C6B229;
}
</style>
background-color css
<style>
a { background-color: #C6B229; }
a { background-color: rgb(198,178,41); }
div.DivClassName
{
background-color: #C6B229;
}
.BgClassName
{
background-color: #C6B229;
}
</style>
border-color css
<style>
span { border-color: #C6B229; }
span { border-color: rgb(198,178,41); }
td.TdClassName
{
border-color: #C6B229;
}
.TagClassName
{
border-color: #C6B229;
}
</style>