Shades of Earls Green #C3B622
Tints of Earls Green #C3B622
RGB
CMYK
RGB Variations
Color information
#C3B622 (or 0xC3B622) is known color: Earls Green. HEX triplet: C3, B6 and 22. RGB value is (195,182,34). Sum of RGB (Red+Green+Blue) = 195+182+34=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B622 is #3C49DD. Grayscale: #A9A9A9. Windows color (decimal): -3951070 or 2275011. OLE color: 2275011.
HSL color Cylindrical-coordinate representation of color #C3B622: hue angle of 55.16º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3B622 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 182 | 34 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.24 |
| HSL | 55.16º | 0.7% | 0.45% | - |
| HSV(B) | 55.16º | 0.83% | 0.76% | - |
| XYZ | 39.52 | 45.17 | 8.15 | - |
| YUV | 169.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 34 | 0 | 0.07 | 0.83 | 0.24 | 55.16 | 0.7 | 0.45 |
| Hex | C3 | B6 | 22 | 0 | 7 | 53 | 18 | 37 | 46 | 2D |
| Octal | 303 | 266 | 42 | 0 | 7 | 123 | 30 | 67 | 106 | 55 |
| Binary | 11000011 | 10110110 | 100010 | 0 | 111 | 1010011 | 11000 | 110111 | 1000110 | 101101 |
Color Harmonies of #C3B622
Complementary color
Monochromatic Colors of #C3B622
Black with #C3B622
Text Example
Text Example
White with #C3B622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B622; }
p { color: rgb(195,182,34); }
H1.HeaderClassName
{
color: #C3B622;
}
.AnyTagClassName
{
color: #C3B622;
}
</style>
background-color css
<style>
a { background-color: #C3B622; }
a { background-color: rgb(195,182,34); }
div.DivClassName
{
background-color: #C3B622;
}
.BgClassName
{
background-color: #C3B622;
}
</style>
border-color css
<style>
span { border-color: #C3B622; }
span { border-color: rgb(195,182,34); }
td.TdClassName
{
border-color: #C3B622;
}
.TagClassName
{
border-color: #C3B622;
}
</style>