Shades of Citrus #9DAB06
Tints of Citrus #9DAB06
RGB
CMYK
RGB Variations
Color information
#9DAB06 (or 0x9DAB06) is known color: Citrus. HEX triplet: 9D, AB and 06. RGB value is (157,171,6). Sum of RGB (Red+Green+Blue) = 157+171+6=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAB06 is #6254F9. Grayscale: #949494. Windows color (decimal): -6444282 or 437149. OLE color: 437149.
HSL color Cylindrical-coordinate representation of color #9DAB06: hue angle of 65.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DAB06 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 6 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.33 |
| HSL | 65.09º | 0.93% | 0.35% | - |
| HSV(B) | 65.09º | 0.96% | 0.67% | - |
| XYZ | 28.5 | 36.31 | 5.68 | - |
| YUV | 148 | 47.86 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 6 | 0.08 | 0 | 0.96 | 0.33 | 65.09 | 0.93 | 0.35 |
| Hex | 9D | AB | 6 | 8 | 0 | 60 | 21 | 41 | 5D | 23 |
| Octal | 235 | 253 | 6 | 10 | 0 | 140 | 41 | 101 | 135 | 43 |
| Binary | 10011101 | 10101011 | 110 | 1000 | 0 | 1100000 | 100001 | 1000001 | 1011101 | 100011 |
Color Harmonies of #9DAB06
Complementary color
Monochromatic Colors of #9DAB06
Black with #9DAB06
Text Example
Text Example
White with #9DAB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB06; }
p { color: rgb(157,171,6); }
H1.HeaderClassName
{
color: #9DAB06;
}
.AnyTagClassName
{
color: #9DAB06;
}
</style>
background-color css
<style>
a { background-color: #9DAB06; }
a { background-color: rgb(157,171,6); }
div.DivClassName
{
background-color: #9DAB06;
}
.BgClassName
{
background-color: #9DAB06;
}
</style>
border-color css
<style>
span { border-color: #9DAB06; }
span { border-color: rgb(157,171,6); }
td.TdClassName
{
border-color: #9DAB06;
}
.TagClassName
{
border-color: #9DAB06;
}
</style>