Shades of Citron #9C9E28
Tints of Citron #9C9E28
RGB
CMYK
RGB Variations
Color information
#9C9E28 (or 0x9C9E28) is known color: Citron. HEX triplet: 9C, 9E and 28. RGB value is (156,158,40). Sum of RGB (Red+Green+Blue) = 156+158+40=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #9C9E28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9E28 is #6361D7. Grayscale: #909090. Windows color (decimal): -6513112 or 2662044. OLE color: 2662044.
HSL color Cylindrical-coordinate representation of color #9C9E28: hue angle of 61.02º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C9E28 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 158 | 40 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.38 |
| HSL | 61.02º | 0.6% | 0.39% | - |
| HSV(B) | 61.02º | 0.75% | 0.62% | - |
| XYZ | 26.32 | 31.67 | 6.73 | - |
| YUV | 143.95 | 69.34 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 40 | 0.01 | 0 | 0.75 | 0.38 | 61.02 | 0.6 | 0.39 |
| Hex | 9C | 9E | 28 | 1 | 0 | 4B | 26 | 3D | 3C | 27 |
| Octal | 234 | 236 | 50 | 1 | 0 | 113 | 46 | 75 | 74 | 47 |
| Binary | 10011100 | 10011110 | 101000 | 1 | 0 | 1001011 | 100110 | 111101 | 111100 | 100111 |
Color Harmonies of #9C9E28
Complementary color
Monochromatic Colors of #9C9E28
Black with #9C9E28
Text Example
Text Example
White with #9C9E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9E28; }
p { color: rgb(156,158,40); }
H1.HeaderClassName
{
color: #9C9E28;
}
.AnyTagClassName
{
color: #9C9E28;
}
</style>
background-color css
<style>
a { background-color: #9C9E28; }
a { background-color: rgb(156,158,40); }
div.DivClassName
{
background-color: #9C9E28;
}
.BgClassName
{
background-color: #9C9E28;
}
</style>
border-color css
<style>
span { border-color: #9C9E28; }
span { border-color: rgb(156,158,40); }
td.TdClassName
{
border-color: #9C9E28;
}
.TagClassName
{
border-color: #9C9E28;
}
</style>