Shades of Earls Green #C0B41B
Tints of Earls Green #C0B41B
RGB
CMYK
RGB Variations
Color information
#C0B41B (or 0xC0B41B) is known color: Earls Green. HEX triplet: C0, B4 and 1B. RGB value is (192,180,27). Sum of RGB (Red+Green+Blue) = 192+180+27=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B41B is #3F4BE4. Grayscale: #A6A6A6. Windows color (decimal): -4148197 or 1815744. OLE color: 1815744.
HSL color Cylindrical-coordinate representation of color #C0B41B: hue angle of 55.64º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0B41B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 27 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.25 |
| HSL | 55.64º | 0.75% | 0.43% | - |
| HSV(B) | 55.64º | 0.86% | 0.75% | - |
| XYZ | 38.26 | 43.93 | 7.5 | - |
| YUV | 166.15 | 49.48 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 27 | 0 | 0.06 | 0.86 | 0.25 | 55.64 | 0.75 | 0.43 |
| Hex | C0 | B4 | 1B | 0 | 6 | 56 | 19 | 38 | 4B | 2B |
| Octal | 300 | 264 | 33 | 0 | 6 | 126 | 31 | 70 | 113 | 53 |
| Binary | 11000000 | 10110100 | 11011 | 0 | 110 | 1010110 | 11001 | 111000 | 1001011 | 101011 |
Color Harmonies of #C0B41B
Complementary color
Monochromatic Colors of #C0B41B
Black with #C0B41B
Text Example
Text Example
White with #C0B41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B41B; }
p { color: rgb(192,180,27); }
H1.HeaderClassName
{
color: #C0B41B;
}
.AnyTagClassName
{
color: #C0B41B;
}
</style>
background-color css
<style>
a { background-color: #C0B41B; }
a { background-color: rgb(192,180,27); }
div.DivClassName
{
background-color: #C0B41B;
}
.BgClassName
{
background-color: #C0B41B;
}
</style>
border-color css
<style>
span { border-color: #C0B41B; }
span { border-color: rgb(192,180,27); }
td.TdClassName
{
border-color: #C0B41B;
}
.TagClassName
{
border-color: #C0B41B;
}
</style>