Shades of Citrus #96BC13
Tints of Citrus #96BC13
RGB
CMYK
RGB Variations
Color information
#96BC13 (or 0x96BC13) is known color: Citrus. HEX triplet: 96, BC and 13. RGB value is (150,188,19). Sum of RGB (Red+Green+Blue) = 150+188+19=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BC13 is #6943EC. Grayscale: #9E9E9E. Windows color (decimal): -6898669 or 1293462. OLE color: 1293462.
HSL color Cylindrical-coordinate representation of color #96BC13: hue angle of 73.49º 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 #96BC13 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 19 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.26 |
| HSL | 73.49º | 0.82% | 0.41% | - |
| HSV(B) | 73.49º | 0.9% | 0.74% | - |
| XYZ | 30.68 | 42.5 | 7.2 | - |
| YUV | 157.37 | 49.91 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 19 | 0.20 | 0 | 0.90 | 0.26 | 73.49 | 0.82 | 0.41 |
| Hex | 96 | BC | 13 | 14 | 0 | 5A | 1A | 49 | 52 | 29 |
| Octal | 226 | 274 | 23 | 24 | 0 | 132 | 32 | 111 | 122 | 51 |
| Binary | 10010110 | 10111100 | 10011 | 10100 | 0 | 1011010 | 11010 | 1001001 | 1010010 | 101001 |
Color Harmonies of #96BC13
Complementary color
Monochromatic Colors of #96BC13
Black with #96BC13
Text Example
Text Example
White with #96BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC13; }
p { color: rgb(150,188,19); }
H1.HeaderClassName
{
color: #96BC13;
}
.AnyTagClassName
{
color: #96BC13;
}
</style>
background-color css
<style>
a { background-color: #96BC13; }
a { background-color: rgb(150,188,19); }
div.DivClassName
{
background-color: #96BC13;
}
.BgClassName
{
background-color: #96BC13;
}
</style>
border-color css
<style>
span { border-color: #96BC13; }
span { border-color: rgb(150,188,19); }
td.TdClassName
{
border-color: #96BC13;
}
.TagClassName
{
border-color: #96BC13;
}
</style>