Shades of Earls Green #C3A92B
Tints of Earls Green #C3A92B
RGB
CMYK
RGB Variations
Color information
#C3A92B (or 0xC3A92B) is known color: Earls Green. HEX triplet: C3, A9 and 2B. RGB value is (195,169,43). Sum of RGB (Red+Green+Blue) = 195+169+43=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A92B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A92B is #3C56D4. Grayscale: #A2A2A2. Windows color (decimal): -3954389 or 2861507. OLE color: 2861507.
HSL color Cylindrical-coordinate representation of color #C3A92B: hue angle of 49.74º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3A92B is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 43 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.24 |
| HSL | 49.74º | 0.64% | 0.47% | - |
| HSV(B) | 49.74º | 0.78% | 0.76% | - |
| XYZ | 37.13 | 40.15 | 8.08 | - |
| YUV | 162.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 43 | 0 | 0.13 | 0.78 | 0.24 | 49.74 | 0.64 | 0.47 |
| Hex | C3 | A9 | 2B | 0 | D | 4E | 18 | 32 | 40 | 2F |
| Octal | 303 | 251 | 53 | 0 | 15 | 116 | 30 | 62 | 100 | 57 |
| Binary | 11000011 | 10101001 | 101011 | 0 | 1101 | 1001110 | 11000 | 110010 | 1000000 | 101111 |
Color Harmonies of #C3A92B
Complementary color
Monochromatic Colors of #C3A92B
Black with #C3A92B
Text Example
Text Example
White with #C3A92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A92B; }
p { color: rgb(195,169,43); }
H1.HeaderClassName
{
color: #C3A92B;
}
.AnyTagClassName
{
color: #C3A92B;
}
</style>
background-color css
<style>
a { background-color: #C3A92B; }
a { background-color: rgb(195,169,43); }
div.DivClassName
{
background-color: #C3A92B;
}
.BgClassName
{
background-color: #C3A92B;
}
</style>
border-color css
<style>
span { border-color: #C3A92B; }
span { border-color: rgb(195,169,43); }
td.TdClassName
{
border-color: #C3A92B;
}
.TagClassName
{
border-color: #C3A92B;
}
</style>