Shades of Citrus #9C9E02
Tints of Citrus #9C9E02
RGB
CMYK
RGB Variations
Color information
#9C9E02 (or 0x9C9E02) is known color: Citrus. HEX triplet: 9C, 9E and 02. RGB value is (156,158,2). Sum of RGB (Red+Green+Blue) = 156+158+2=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 158 (62.11% from 255 or 50% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 158 - color contains mainly: green. Hex color #9C9E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9E02 is #6361FD. Grayscale: #8C8C8C. Windows color (decimal): -6513150 or 171676. OLE color: 171676.
HSL color Cylindrical-coordinate representation of color #9C9E02: hue angle of 60.77º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C9E02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 158 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.38 |
| HSL | 60.77º | 0.98% | 0.31% | - |
| HSV(B) | 60.77º | 0.99% | 0.62% | - |
| XYZ | 25.95 | 31.53 | 4.77 | - |
| YUV | 139.62 | 50.34 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 2 | 0.01 | 0 | 0.99 | 0.38 | 60.77 | 0.98 | 0.31 |
| Hex | 9C | 9E | 2 | 1 | 0 | 63 | 26 | 3D | 62 | 1F |
| Octal | 234 | 236 | 2 | 1 | 0 | 143 | 46 | 75 | 142 | 37 |
| Binary | 10011100 | 10011110 | 10 | 1 | 0 | 1100011 | 100110 | 111101 | 1100010 | 11111 |
Color Harmonies of #9C9E02
Complementary color
Monochromatic Colors of #9C9E02
Black with #9C9E02
Text Example
Text Example
White with #9C9E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9E02; }
p { color: rgb(156,158,2); }
H1.HeaderClassName
{
color: #9C9E02;
}
.AnyTagClassName
{
color: #9C9E02;
}
</style>
background-color css
<style>
a { background-color: #9C9E02; }
a { background-color: rgb(156,158,2); }
div.DivClassName
{
background-color: #9C9E02;
}
.BgClassName
{
background-color: #9C9E02;
}
</style>
border-color css
<style>
span { border-color: #9C9E02; }
span { border-color: rgb(156,158,2); }
td.TdClassName
{
border-color: #9C9E02;
}
.TagClassName
{
border-color: #9C9E02;
}
</style>