Shades of Earls Green #C1B728
Tints of Earls Green #C1B728
RGB
CMYK
RGB Variations
Color information
#C1B728 (or 0xC1B728) is known color: Earls Green. HEX triplet: C1, B7 and 28. RGB value is (193,183,40). Sum of RGB (Red+Green+Blue) = 193+183+40=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B728 is #3E48D7. Grayscale: #AAAAAA. Windows color (decimal): -4081880 or 2668481. OLE color: 2668481.
HSL color Cylindrical-coordinate representation of color #C1B728: hue angle of 56.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1B728 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 40 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.24 |
| HSL | 56.08º | 0.66% | 0.46% | - |
| HSV(B) | 56.08º | 0.79% | 0.76% | - |
| XYZ | 39.31 | 45.36 | 8.69 | - |
| YUV | 169.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 40 | 0 | 0.05 | 0.79 | 0.24 | 56.08 | 0.66 | 0.46 |
| Hex | C1 | B7 | 28 | 0 | 5 | 4F | 18 | 38 | 42 | 2E |
| Octal | 301 | 267 | 50 | 0 | 5 | 117 | 30 | 70 | 102 | 56 |
| Binary | 11000001 | 10110111 | 101000 | 0 | 101 | 1001111 | 11000 | 111000 | 1000010 | 101110 |
Color Harmonies of #C1B728
Complementary color
Monochromatic Colors of #C1B728
Black with #C1B728
Text Example
Text Example
White with #C1B728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B728; }
p { color: rgb(193,183,40); }
H1.HeaderClassName
{
color: #C1B728;
}
.AnyTagClassName
{
color: #C1B728;
}
</style>
background-color css
<style>
a { background-color: #C1B728; }
a { background-color: rgb(193,183,40); }
div.DivClassName
{
background-color: #C1B728;
}
.BgClassName
{
background-color: #C1B728;
}
</style>
border-color css
<style>
span { border-color: #C1B728; }
span { border-color: rgb(193,183,40); }
td.TdClassName
{
border-color: #C1B728;
}
.TagClassName
{
border-color: #C1B728;
}
</style>