Shades of Earls Green #C1B726
Tints of Earls Green #C1B726
RGB
CMYK
RGB Variations
Color information
#C1B726 (or 0xC1B726) is known color: Earls Green. HEX triplet: C1, B7 and 26. RGB value is (193,183,38). Sum of RGB (Red+Green+Blue) = 193+183+38=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 38 (15.23% from 255 or 9.18% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B726 is #3E48D9. Grayscale: #AAAAAA. Windows color (decimal): -4081882 or 2537409. OLE color: 2537409.
HSL color Cylindrical-coordinate representation of color #C1B726: hue angle of 56.13º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1B726 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 38 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.24 |
| HSL | 56.13º | 0.67% | 0.45% | - |
| HSV(B) | 56.13º | 0.8% | 0.76% | - |
| XYZ | 39.28 | 45.34 | 8.52 | - |
| YUV | 169.46 | 53.81 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 38 | 0 | 0.05 | 0.80 | 0.24 | 56.13 | 0.67 | 0.45 |
| Hex | C1 | B7 | 26 | 0 | 5 | 50 | 18 | 38 | 43 | 2D |
| Octal | 301 | 267 | 46 | 0 | 5 | 120 | 30 | 70 | 103 | 55 |
| Binary | 11000001 | 10110111 | 100110 | 0 | 101 | 1010000 | 11000 | 111000 | 1000011 | 101101 |
Color Harmonies of #C1B726
Complementary color
Monochromatic Colors of #C1B726
Black with #C1B726
Text Example
Text Example
White with #C1B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B726; }
p { color: rgb(193,183,38); }
H1.HeaderClassName
{
color: #C1B726;
}
.AnyTagClassName
{
color: #C1B726;
}
</style>
background-color css
<style>
a { background-color: #C1B726; }
a { background-color: rgb(193,183,38); }
div.DivClassName
{
background-color: #C1B726;
}
.BgClassName
{
background-color: #C1B726;
}
</style>
border-color css
<style>
span { border-color: #C1B726; }
span { border-color: rgb(193,183,38); }
td.TdClassName
{
border-color: #C1B726;
}
.TagClassName
{
border-color: #C1B726;
}
</style>