Shades of Earls Green #C3B31D
Tints of Earls Green #C3B31D
RGB
CMYK
RGB Variations
Color information
#C3B31D (or 0xC3B31D) is known color: Earls Green. HEX triplet: C3, B3 and 1D. RGB value is (195,179,29). Sum of RGB (Red+Green+Blue) = 195+179+29=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B31D is #3C4CE2. Grayscale: #A7A7A7. Windows color (decimal): -3951843 or 1946563. OLE color: 1946563.
HSL color Cylindrical-coordinate representation of color #C3B31D: hue angle of 54.22º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3B31D is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 29 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.24 |
| HSL | 54.22º | 0.74% | 0.44% | - |
| HSV(B) | 54.22º | 0.85% | 0.76% | - |
| XYZ | 38.85 | 43.93 | 7.59 | - |
| YUV | 166.68 | 50.3 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 29 | 0 | 0.08 | 0.85 | 0.24 | 54.22 | 0.74 | 0.44 |
| Hex | C3 | B3 | 1D | 0 | 8 | 55 | 18 | 36 | 4A | 2C |
| Octal | 303 | 263 | 35 | 0 | 10 | 125 | 30 | 66 | 112 | 54 |
| Binary | 11000011 | 10110011 | 11101 | 0 | 1000 | 1010101 | 11000 | 110110 | 1001010 | 101100 |
Color Harmonies of #C3B31D
Complementary color
Monochromatic Colors of #C3B31D
Black with #C3B31D
Text Example
Text Example
White with #C3B31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B31D; }
p { color: rgb(195,179,29); }
H1.HeaderClassName
{
color: #C3B31D;
}
.AnyTagClassName
{
color: #C3B31D;
}
</style>
background-color css
<style>
a { background-color: #C3B31D; }
a { background-color: rgb(195,179,29); }
div.DivClassName
{
background-color: #C3B31D;
}
.BgClassName
{
background-color: #C3B31D;
}
</style>
border-color css
<style>
span { border-color: #C3B31D; }
span { border-color: rgb(195,179,29); }
td.TdClassName
{
border-color: #C3B31D;
}
.TagClassName
{
border-color: #C3B31D;
}
</style>