Shades of Earls Green #C8B426
Tints of Earls Green #C8B426
RGB
CMYK
RGB Variations
Color information
#C8B426 (or 0xC8B426) is known color: Earls Green. HEX triplet: C8, B4 and 26. RGB value is (200,180,38). Sum of RGB (Red+Green+Blue) = 200+180+38=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B426 is #374BD9. Grayscale: #AAAAAA. Windows color (decimal): -3623898 or 2536648. OLE color: 2536648.
HSL color Cylindrical-coordinate representation of color #C8B426: hue angle of 52.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8B426 is Cyan = 0, Magento = 0.1, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 38 | - |
| CMYK | 0 | 0.1 | 0.81 | 0.22 |
| HSL | 52.59º | 0.68% | 0.47% | - |
| HSV(B) | 52.59º | 0.81% | 0.78% | - |
| XYZ | 40.49 | 45.06 | 8.4 | - |
| YUV | 169.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 38 | 0 | 0.1 | 0.81 | 0.22 | 52.59 | 0.68 | 0.47 |
| Hex | C8 | B4 | 26 | 0 | A | 51 | 16 | 35 | 44 | 2F |
| Octal | 310 | 264 | 46 | 0 | 12 | 121 | 26 | 65 | 104 | 57 |
| Binary | 11001000 | 10110100 | 100110 | 0 | 1010 | 1010001 | 10110 | 110101 | 1000100 | 101111 |
Color Harmonies of #C8B426
Complementary color
Monochromatic Colors of #C8B426
Black with #C8B426
Text Example
Text Example
White with #C8B426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B426; }
p { color: rgb(200,180,38); }
H1.HeaderClassName
{
color: #C8B426;
}
.AnyTagClassName
{
color: #C8B426;
}
</style>
background-color css
<style>
a { background-color: #C8B426; }
a { background-color: rgb(200,180,38); }
div.DivClassName
{
background-color: #C8B426;
}
.BgClassName
{
background-color: #C8B426;
}
</style>
border-color css
<style>
span { border-color: #C8B426; }
span { border-color: rgb(200,180,38); }
td.TdClassName
{
border-color: #C8B426;
}
.TagClassName
{
border-color: #C8B426;
}
</style>