Shades of Citrus #96BD18
Tints of Citrus #96BD18
RGB
CMYK
RGB Variations
Color information
#96BD18 (or 0x96BD18) is known color: Citrus. HEX triplet: 96, BD and 18. RGB value is (150,189,24). Sum of RGB (Red+Green+Blue) = 150+189+24=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BD18 is #6942E7. Grayscale: #9F9F9F. Windows color (decimal): -6898408 or 1621398. OLE color: 1621398.
HSL color Cylindrical-coordinate representation of color #96BD18: hue angle of 74.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96BD18 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 24 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.26 |
| HSL | 74.18º | 0.77% | 0.42% | - |
| HSV(B) | 74.18º | 0.87% | 0.74% | - |
| XYZ | 30.94 | 42.95 | 7.52 | - |
| YUV | 158.53 | 52.08 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 24 | 0.21 | 0 | 0.87 | 0.26 | 74.18 | 0.77 | 0.42 |
| Hex | 96 | BD | 18 | 15 | 0 | 57 | 1A | 4A | 4D | 2A |
| Octal | 226 | 275 | 30 | 25 | 0 | 127 | 32 | 112 | 115 | 52 |
| Binary | 10010110 | 10111101 | 11000 | 10101 | 0 | 1010111 | 11010 | 1001010 | 1001101 | 101010 |
Color Harmonies of #96BD18
Complementary color
Monochromatic Colors of #96BD18
Black with #96BD18
Text Example
Text Example
White with #96BD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD18; }
p { color: rgb(150,189,24); }
H1.HeaderClassName
{
color: #96BD18;
}
.AnyTagClassName
{
color: #96BD18;
}
</style>
background-color css
<style>
a { background-color: #96BD18; }
a { background-color: rgb(150,189,24); }
div.DivClassName
{
background-color: #96BD18;
}
.BgClassName
{
background-color: #96BD18;
}
</style>
border-color css
<style>
span { border-color: #96BD18; }
span { border-color: rgb(150,189,24); }
td.TdClassName
{
border-color: #96BD18;
}
.TagClassName
{
border-color: #96BD18;
}
</style>