Shades of Citrus #96BD17
Tints of Citrus #96BD17
RGB
CMYK
RGB Variations
Color information
#96BD17 (or 0x96BD17) is known color: Citrus. HEX triplet: 96, BD and 17. RGB value is (150,189,23). Sum of RGB (Red+Green+Blue) = 150+189+23=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BD17 is #6942E8. Grayscale: #9F9F9F. Windows color (decimal): -6898409 or 1555862. OLE color: 1555862.
HSL color Cylindrical-coordinate representation of color #96BD17: hue angle of 74.1º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96BD17 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 23 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.26 |
| HSL | 74.1º | 0.78% | 0.42% | - |
| HSV(B) | 74.1º | 0.88% | 0.74% | - |
| XYZ | 30.93 | 42.94 | 7.47 | - |
| YUV | 158.42 | 51.58 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 23 | 0.21 | 0 | 0.88 | 0.26 | 74.1 | 0.78 | 0.42 |
| Hex | 96 | BD | 17 | 15 | 0 | 58 | 1A | 4A | 4E | 2A |
| Octal | 226 | 275 | 27 | 25 | 0 | 130 | 32 | 112 | 116 | 52 |
| Binary | 10010110 | 10111101 | 10111 | 10101 | 0 | 1011000 | 11010 | 1001010 | 1001110 | 101010 |
Color Harmonies of #96BD17
Complementary color
Monochromatic Colors of #96BD17
Black with #96BD17
Text Example
Text Example
White with #96BD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD17; }
p { color: rgb(150,189,23); }
H1.HeaderClassName
{
color: #96BD17;
}
.AnyTagClassName
{
color: #96BD17;
}
</style>
background-color css
<style>
a { background-color: #96BD17; }
a { background-color: rgb(150,189,23); }
div.DivClassName
{
background-color: #96BD17;
}
.BgClassName
{
background-color: #96BD17;
}
</style>
border-color css
<style>
span { border-color: #96BD17; }
span { border-color: rgb(150,189,23); }
td.TdClassName
{
border-color: #96BD17;
}
.TagClassName
{
border-color: #96BD17;
}
</style>