Shades of Citrus #96AF0D
Tints of Citrus #96AF0D
RGB
CMYK
RGB Variations
Color information
#96AF0D (or 0x96AF0D) is known color: Citrus. HEX triplet: 96, AF and 0D. RGB value is (150,175,13). Sum of RGB (Red+Green+Blue) = 150+175+13=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AF0D is #6950F2. Grayscale: #959595. Windows color (decimal): -6902003 or 896918. OLE color: 896918.
HSL color Cylindrical-coordinate representation of color #96AF0D: hue angle of 69.26º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96AF0D is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 13 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.31 |
| HSL | 69.26º | 0.86% | 0.37% | - |
| HSV(B) | 69.26º | 0.93% | 0.69% | - |
| XYZ | 27.98 | 37.17 | 6.08 | - |
| YUV | 149.06 | 51.22 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 13 | 0.14 | 0 | 0.93 | 0.31 | 69.26 | 0.86 | 0.37 |
| Hex | 96 | AF | D | E | 0 | 5D | 1F | 45 | 56 | 25 |
| Octal | 226 | 257 | 15 | 16 | 0 | 135 | 37 | 105 | 126 | 45 |
| Binary | 10010110 | 10101111 | 1101 | 1110 | 0 | 1011101 | 11111 | 1000101 | 1010110 | 100101 |
Color Harmonies of #96AF0D
Complementary color
Monochromatic Colors of #96AF0D
Black with #96AF0D
Text Example
Text Example
White with #96AF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF0D; }
p { color: rgb(150,175,13); }
H1.HeaderClassName
{
color: #96AF0D;
}
.AnyTagClassName
{
color: #96AF0D;
}
</style>
background-color css
<style>
a { background-color: #96AF0D; }
a { background-color: rgb(150,175,13); }
div.DivClassName
{
background-color: #96AF0D;
}
.BgClassName
{
background-color: #96AF0D;
}
</style>
border-color css
<style>
span { border-color: #96AF0D; }
span { border-color: rgb(150,175,13); }
td.TdClassName
{
border-color: #96AF0D;
}
.TagClassName
{
border-color: #96AF0D;
}
</style>