Shades of Citrus #96BA03
Tints of Citrus #96BA03
RGB
CMYK
RGB Variations
Color information
#96BA03 (or 0x96BA03) is known color: Citrus. HEX triplet: 96, BA and 03. RGB value is (150,186,3). Sum of RGB (Red+Green+Blue) = 150+186+3=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BA03 is #6945FC. Grayscale: #9B9B9B. Windows color (decimal): -6899197 or 244374. OLE color: 244374.
HSL color Cylindrical-coordinate representation of color #96BA03: hue angle of 71.8º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96BA03 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 3 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.27 |
| HSL | 71.8º | 0.97% | 0.37% | - |
| HSV(B) | 71.8º | 0.98% | 0.73% | - |
| XYZ | 30.15 | 41.61 | 6.53 | - |
| YUV | 154.37 | 42.57 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 3 | 0.19 | 0 | 0.98 | 0.27 | 71.8 | 0.97 | 0.37 |
| Hex | 96 | BA | 3 | 13 | 0 | 62 | 1B | 48 | 61 | 25 |
| Octal | 226 | 272 | 3 | 23 | 0 | 142 | 33 | 110 | 141 | 45 |
| Binary | 10010110 | 10111010 | 11 | 10011 | 0 | 1100010 | 11011 | 1001000 | 1100001 | 100101 |
Color Harmonies of #96BA03
Complementary color
Monochromatic Colors of #96BA03
Black with #96BA03
Text Example
Text Example
White with #96BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA03; }
p { color: rgb(150,186,3); }
H1.HeaderClassName
{
color: #96BA03;
}
.AnyTagClassName
{
color: #96BA03;
}
</style>
background-color css
<style>
a { background-color: #96BA03; }
a { background-color: rgb(150,186,3); }
div.DivClassName
{
background-color: #96BA03;
}
.BgClassName
{
background-color: #96BA03;
}
</style>
border-color css
<style>
span { border-color: #96BA03; }
span { border-color: rgb(150,186,3); }
td.TdClassName
{
border-color: #96BA03;
}
.TagClassName
{
border-color: #96BA03;
}
</style>