Shades of Citrus #9BD006
Tints of Citrus #9BD006
RGB
CMYK
RGB Variations
Color information
#9BD006 (or 0x9BD006) is known color: Citrus. HEX triplet: 9B, D0 and 06. RGB value is (155,208,6). Sum of RGB (Red+Green+Blue) = 155+208+6=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD006 is #642FF9. Grayscale: #A9A9A9. Windows color (decimal): -6565882 or 446619. OLE color: 446619.
HSL color Cylindrical-coordinate representation of color #9BD006: hue angle of 75.74º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BD006 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 6 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.18 |
| HSL | 75.74º | 0.94% | 0.42% | - |
| HSV(B) | 75.74º | 0.97% | 0.82% | - |
| XYZ | 36.11 | 52.09 | 8.32 | - |
| YUV | 169.13 | 35.94 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 6 | 0.25 | 0 | 0.97 | 0.18 | 75.74 | 0.94 | 0.42 |
| Hex | 9B | D0 | 6 | 19 | 0 | 61 | 12 | 4C | 5E | 2A |
| Octal | 233 | 320 | 6 | 31 | 0 | 141 | 22 | 114 | 136 | 52 |
| Binary | 10011011 | 11010000 | 110 | 11001 | 0 | 1100001 | 10010 | 1001100 | 1011110 | 101010 |
Color Harmonies of #9BD006
Complementary color
Monochromatic Colors of #9BD006
Black with #9BD006
Text Example
Text Example
White with #9BD006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD006; }
p { color: rgb(155,208,6); }
H1.HeaderClassName
{
color: #9BD006;
}
.AnyTagClassName
{
color: #9BD006;
}
</style>
background-color css
<style>
a { background-color: #9BD006; }
a { background-color: rgb(155,208,6); }
div.DivClassName
{
background-color: #9BD006;
}
.BgClassName
{
background-color: #9BD006;
}
</style>
border-color css
<style>
span { border-color: #9BD006; }
span { border-color: rgb(155,208,6); }
td.TdClassName
{
border-color: #9BD006;
}
.TagClassName
{
border-color: #9BD006;
}
</style>