Shades of Citrus #96BD13
Tints of Citrus #96BD13
RGB
CMYK
RGB Variations
Color information
#96BD13 (or 0x96BD13) is known color: Citrus. HEX triplet: 96, BD and 13. RGB value is (150,189,19). Sum of RGB (Red+Green+Blue) = 150+189+19=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BD13 is #6942EC. Grayscale: #9E9E9E. Windows color (decimal): -6898413 or 1293718. OLE color: 1293718.
HSL color Cylindrical-coordinate representation of color #96BD13: hue angle of 73.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96BD13 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 19 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.26 |
| HSL | 73.76º | 0.82% | 0.41% | - |
| HSV(B) | 73.76º | 0.9% | 0.74% | - |
| XYZ | 30.89 | 42.93 | 7.27 | - |
| YUV | 157.96 | 49.58 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 19 | 0.21 | 0 | 0.90 | 0.26 | 73.76 | 0.82 | 0.41 |
| Hex | 96 | BD | 13 | 15 | 0 | 5A | 1A | 4A | 52 | 29 |
| Octal | 226 | 275 | 23 | 25 | 0 | 132 | 32 | 112 | 122 | 51 |
| Binary | 10010110 | 10111101 | 10011 | 10101 | 0 | 1011010 | 11010 | 1001010 | 1010010 | 101001 |
Color Harmonies of #96BD13
Complementary color
Monochromatic Colors of #96BD13
Black with #96BD13
Text Example
Text Example
White with #96BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD13; }
p { color: rgb(150,189,19); }
H1.HeaderClassName
{
color: #96BD13;
}
.AnyTagClassName
{
color: #96BD13;
}
</style>
background-color css
<style>
a { background-color: #96BD13; }
a { background-color: rgb(150,189,19); }
div.DivClassName
{
background-color: #96BD13;
}
.BgClassName
{
background-color: #96BD13;
}
</style>
border-color css
<style>
span { border-color: #96BD13; }
span { border-color: rgb(150,189,19); }
td.TdClassName
{
border-color: #96BD13;
}
.TagClassName
{
border-color: #96BD13;
}
</style>