Shades of Citrus #96BD0D
Tints of Citrus #96BD0D
RGB
CMYK
RGB Variations
Color information
#96BD0D (or 0x96BD0D) is known color: Citrus. HEX triplet: 96, BD and 0D. RGB value is (150,189,13). Sum of RGB (Red+Green+Blue) = 150+189+13=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BD0D is #6942F2. Grayscale: #9D9D9D. Windows color (decimal): -6898419 or 900502. OLE color: 900502.
HSL color Cylindrical-coordinate representation of color #96BD0D: hue angle of 73.3º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96BD0D is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 13 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.26 |
| HSL | 73.3º | 0.87% | 0.4% | - |
| HSV(B) | 73.3º | 0.93% | 0.74% | - |
| XYZ | 30.85 | 42.91 | 7.04 | - |
| YUV | 157.28 | 46.58 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 13 | 0.21 | 0 | 0.93 | 0.26 | 73.3 | 0.87 | 0.4 |
| Hex | 96 | BD | D | 15 | 0 | 5D | 1A | 49 | 57 | 28 |
| Octal | 226 | 275 | 15 | 25 | 0 | 135 | 32 | 111 | 127 | 50 |
| Binary | 10010110 | 10111101 | 1101 | 10101 | 0 | 1011101 | 11010 | 1001001 | 1010111 | 101000 |
Color Harmonies of #96BD0D
Complementary color
Monochromatic Colors of #96BD0D
Black with #96BD0D
Text Example
Text Example
White with #96BD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD0D; }
p { color: rgb(150,189,13); }
H1.HeaderClassName
{
color: #96BD0D;
}
.AnyTagClassName
{
color: #96BD0D;
}
</style>
background-color css
<style>
a { background-color: #96BD0D; }
a { background-color: rgb(150,189,13); }
div.DivClassName
{
background-color: #96BD0D;
}
.BgClassName
{
background-color: #96BD0D;
}
</style>
border-color css
<style>
span { border-color: #96BD0D; }
span { border-color: rgb(150,189,13); }
td.TdClassName
{
border-color: #96BD0D;
}
.TagClassName
{
border-color: #96BD0D;
}
</style>