Shades of Citrus #96C102
Tints of Citrus #96C102
RGB
CMYK
RGB Variations
Color information
#96C102 (or 0x96C102) is known color: Citrus. HEX triplet: 96, C1 and 02. RGB value is (150,193,2). Sum of RGB (Red+Green+Blue) = 150+193+2=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #96C102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C102 is #693EFD. Grayscale: #9F9F9F. Windows color (decimal): -6897406 or 180630. OLE color: 180630.
HSL color Cylindrical-coordinate representation of color #96C102: hue angle of 73.51º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96C102 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.24 |
| HSL | 73.51º | 0.98% | 0.38% | - |
| HSV(B) | 73.51º | 0.99% | 0.76% | - |
| XYZ | 31.66 | 44.63 | 7 | - |
| YUV | 158.37 | 39.75 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 2 | 0.22 | 0 | 0.99 | 0.24 | 73.51 | 0.98 | 0.38 |
| Hex | 96 | C1 | 2 | 16 | 0 | 63 | 18 | 4A | 62 | 26 |
| Octal | 226 | 301 | 2 | 26 | 0 | 143 | 30 | 112 | 142 | 46 |
| Binary | 10010110 | 11000001 | 10 | 10110 | 0 | 1100011 | 11000 | 1001010 | 1100010 | 100110 |
Color Harmonies of #96C102
Complementary color
Monochromatic Colors of #96C102
Black with #96C102
Text Example
Text Example
White with #96C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C102; }
p { color: rgb(150,193,2); }
H1.HeaderClassName
{
color: #96C102;
}
.AnyTagClassName
{
color: #96C102;
}
</style>
background-color css
<style>
a { background-color: #96C102; }
a { background-color: rgb(150,193,2); }
div.DivClassName
{
background-color: #96C102;
}
.BgClassName
{
background-color: #96C102;
}
</style>
border-color css
<style>
span { border-color: #96C102; }
span { border-color: rgb(150,193,2); }
td.TdClassName
{
border-color: #96C102;
}
.TagClassName
{
border-color: #96C102;
}
</style>