Shades of Citrus #96CB0C
Tints of Citrus #96CB0C
RGB
CMYK
RGB Variations
Color information
#96CB0C (or 0x96CB0C) is known color: Citrus. HEX triplet: 96, CB and 0C. RGB value is (150,203,12). Sum of RGB (Red+Green+Blue) = 150+203+12=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CB0C is #6934F3. Grayscale: #A6A6A6. Windows color (decimal): -6894836 or 838550. OLE color: 838550.
HSL color Cylindrical-coordinate representation of color #96CB0C: hue angle of 76.65º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96CB0C is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 12 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.20 |
| HSL | 76.65º | 0.89% | 0.42% | - |
| HSV(B) | 76.65º | 0.94% | 0.8% | - |
| XYZ | 34 | 49.22 | 8.06 | - |
| YUV | 165.38 | 41.44 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 12 | 0.26 | 0 | 0.94 | 0.20 | 76.65 | 0.89 | 0.42 |
| Hex | 96 | CB | C | 1A | 0 | 5E | 14 | 4D | 59 | 2A |
| Octal | 226 | 313 | 14 | 32 | 0 | 136 | 24 | 115 | 131 | 52 |
| Binary | 10010110 | 11001011 | 1100 | 11010 | 0 | 1011110 | 10100 | 1001101 | 1011001 | 101010 |
Color Harmonies of #96CB0C
Complementary color
Monochromatic Colors of #96CB0C
Black with #96CB0C
Text Example
Text Example
White with #96CB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CB0C; }
p { color: rgb(150,203,12); }
H1.HeaderClassName
{
color: #96CB0C;
}
.AnyTagClassName
{
color: #96CB0C;
}
</style>
background-color css
<style>
a { background-color: #96CB0C; }
a { background-color: rgb(150,203,12); }
div.DivClassName
{
background-color: #96CB0C;
}
.BgClassName
{
background-color: #96CB0C;
}
</style>
border-color css
<style>
span { border-color: #96CB0C; }
span { border-color: rgb(150,203,12); }
td.TdClassName
{
border-color: #96CB0C;
}
.TagClassName
{
border-color: #96CB0C;
}
</style>