Shades of Earls Green #C5AD2B
Tints of Earls Green #C5AD2B
RGB
CMYK
RGB Variations
Color information
#C5AD2B (or 0xC5AD2B) is known color: Earls Green. HEX triplet: C5, AD and 2B. RGB value is (197,173,43). Sum of RGB (Red+Green+Blue) = 197+173+43=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD2B is #3A52D4. Grayscale: #A5A5A5. Windows color (decimal): -3822293 or 2862533. OLE color: 2862533.
HSL color Cylindrical-coordinate representation of color #C5AD2B: hue angle of 50.65º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5AD2B is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 43 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.23 |
| HSL | 50.65º | 0.64% | 0.47% | - |
| HSV(B) | 50.65º | 0.78% | 0.77% | - |
| XYZ | 38.41 | 41.93 | 8.35 | - |
| YUV | 165.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 43 | 0 | 0.12 | 0.78 | 0.23 | 50.65 | 0.64 | 0.47 |
| Hex | C5 | AD | 2B | 0 | C | 4E | 17 | 33 | 40 | 2F |
| Octal | 305 | 255 | 53 | 0 | 14 | 116 | 27 | 63 | 100 | 57 |
| Binary | 11000101 | 10101101 | 101011 | 0 | 1100 | 1001110 | 10111 | 110011 | 1000000 | 101111 |
Color Harmonies of #C5AD2B
Complementary color
Monochromatic Colors of #C5AD2B
Black with #C5AD2B
Text Example
Text Example
White with #C5AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD2B; }
p { color: rgb(197,173,43); }
H1.HeaderClassName
{
color: #C5AD2B;
}
.AnyTagClassName
{
color: #C5AD2B;
}
</style>
background-color css
<style>
a { background-color: #C5AD2B; }
a { background-color: rgb(197,173,43); }
div.DivClassName
{
background-color: #C5AD2B;
}
.BgClassName
{
background-color: #C5AD2B;
}
</style>
border-color css
<style>
span { border-color: #C5AD2B; }
span { border-color: rgb(197,173,43); }
td.TdClassName
{
border-color: #C5AD2B;
}
.TagClassName
{
border-color: #C5AD2B;
}
</style>