Shades of Earls Green #C1B42B
Tints of Earls Green #C1B42B
RGB
CMYK
RGB Variations
Color information
#C1B42B (or 0xC1B42B) is known color: Earls Green. HEX triplet: C1, B4 and 2B. RGB value is (193,180,43). Sum of RGB (Red+Green+Blue) = 193+180+43=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B42B is #3E4BD4. Grayscale: #A8A8A8. Windows color (decimal): -4082645 or 2864321. OLE color: 2864321.
HSL color Cylindrical-coordinate representation of color #C1B42B: hue angle of 54.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1B42B is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 180 | 43 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.24 |
| HSL | 54.8º | 0.64% | 0.46% | - |
| HSV(B) | 54.8º | 0.78% | 0.76% | - |
| XYZ | 38.75 | 44.15 | 8.77 | - |
| YUV | 168.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 43 | 0 | 0.07 | 0.78 | 0.24 | 54.8 | 0.64 | 0.46 |
| Hex | C1 | B4 | 2B | 0 | 7 | 4E | 18 | 37 | 40 | 2E |
| Octal | 301 | 264 | 53 | 0 | 7 | 116 | 30 | 67 | 100 | 56 |
| Binary | 11000001 | 10110100 | 101011 | 0 | 111 | 1001110 | 11000 | 110111 | 1000000 | 101110 |
Color Harmonies of #C1B42B
Complementary color
Monochromatic Colors of #C1B42B
Black with #C1B42B
Text Example
Text Example
White with #C1B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B42B; }
p { color: rgb(193,180,43); }
H1.HeaderClassName
{
color: #C1B42B;
}
.AnyTagClassName
{
color: #C1B42B;
}
</style>
background-color css
<style>
a { background-color: #C1B42B; }
a { background-color: rgb(193,180,43); }
div.DivClassName
{
background-color: #C1B42B;
}
.BgClassName
{
background-color: #C1B42B;
}
</style>
border-color css
<style>
span { border-color: #C1B42B; }
span { border-color: rgb(193,180,43); }
td.TdClassName
{
border-color: #C1B42B;
}
.TagClassName
{
border-color: #C1B42B;
}
</style>