Shades of Citrus #96BA02
Tints of Citrus #96BA02
RGB
CMYK
RGB Variations
Color information
#96BA02 (or 0x96BA02) is known color: Citrus. HEX triplet: 96, BA and 02. RGB value is (150,186,2). Sum of RGB (Red+Green+Blue) = 150+186+2=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BA02 is #6945FD. Grayscale: #9A9A9A. Windows color (decimal): -6899198 or 178838. OLE color: 178838.
HSL color Cylindrical-coordinate representation of color #96BA02: hue angle of 71.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96BA02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.27 |
| HSL | 71.74º | 0.98% | 0.37% | - |
| HSV(B) | 71.74º | 0.99% | 0.73% | - |
| XYZ | 30.15 | 41.61 | 6.5 | - |
| YUV | 154.26 | 42.07 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 2 | 0.19 | 0 | 0.99 | 0.27 | 71.74 | 0.98 | 0.37 |
| Hex | 96 | BA | 2 | 13 | 0 | 63 | 1B | 48 | 62 | 25 |
| Octal | 226 | 272 | 2 | 23 | 0 | 143 | 33 | 110 | 142 | 45 |
| Binary | 10010110 | 10111010 | 10 | 10011 | 0 | 1100011 | 11011 | 1001000 | 1100010 | 100101 |
Color Harmonies of #96BA02
Complementary color
Monochromatic Colors of #96BA02
Black with #96BA02
Text Example
Text Example
White with #96BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA02; }
p { color: rgb(150,186,2); }
H1.HeaderClassName
{
color: #96BA02;
}
.AnyTagClassName
{
color: #96BA02;
}
</style>
background-color css
<style>
a { background-color: #96BA02; }
a { background-color: rgb(150,186,2); }
div.DivClassName
{
background-color: #96BA02;
}
.BgClassName
{
background-color: #96BA02;
}
</style>
border-color css
<style>
span { border-color: #96BA02; }
span { border-color: rgb(150,186,2); }
td.TdClassName
{
border-color: #96BA02;
}
.TagClassName
{
border-color: #96BA02;
}
</style>