Shades of Earls Green #C3AB2B
Tints of Earls Green #C3AB2B
RGB
CMYK
RGB Variations
Color information
#C3AB2B (or 0xC3AB2B) is known color: Earls Green. HEX triplet: C3, AB and 2B. RGB value is (195,171,43). Sum of RGB (Red+Green+Blue) = 195+171+43=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AB2B is #3C54D4. Grayscale: #A4A4A4. Windows color (decimal): -3953877 or 2862019. OLE color: 2862019.
HSL color Cylindrical-coordinate representation of color #C3AB2B: hue angle of 50.53º 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 #C3AB2B is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 43 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.24 |
| HSL | 50.53º | 0.64% | 0.47% | - |
| HSV(B) | 50.53º | 0.78% | 0.76% | - |
| XYZ | 37.5 | 40.9 | 8.2 | - |
| YUV | 163.58 | 59.95 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 43 | 0 | 0.12 | 0.78 | 0.24 | 50.53 | 0.64 | 0.47 |
| Hex | C3 | AB | 2B | 0 | C | 4E | 18 | 33 | 40 | 2F |
| Octal | 303 | 253 | 53 | 0 | 14 | 116 | 30 | 63 | 100 | 57 |
| Binary | 11000011 | 10101011 | 101011 | 0 | 1100 | 1001110 | 11000 | 110011 | 1000000 | 101111 |
Color Harmonies of #C3AB2B
Complementary color
Monochromatic Colors of #C3AB2B
Black with #C3AB2B
Text Example
Text Example
White with #C3AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AB2B; }
p { color: rgb(195,171,43); }
H1.HeaderClassName
{
color: #C3AB2B;
}
.AnyTagClassName
{
color: #C3AB2B;
}
</style>
background-color css
<style>
a { background-color: #C3AB2B; }
a { background-color: rgb(195,171,43); }
div.DivClassName
{
background-color: #C3AB2B;
}
.BgClassName
{
background-color: #C3AB2B;
}
</style>
border-color css
<style>
span { border-color: #C3AB2B; }
span { border-color: rgb(195,171,43); }
td.TdClassName
{
border-color: #C3AB2B;
}
.TagClassName
{
border-color: #C3AB2B;
}
</style>