Shades of Citrus #9DB017
Tints of Citrus #9DB017
RGB
CMYK
RGB Variations
Color information
#9DB017 (or 0x9DB017) is known color: Citrus. HEX triplet: 9D, B0 and 17. RGB value is (157,176,23). Sum of RGB (Red+Green+Blue) = 157+176+23=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB017 is #624FE8. Grayscale: #999999. Windows color (decimal): -6442985 or 1552541. OLE color: 1552541.
HSL color Cylindrical-coordinate representation of color #9DB017: hue angle of 67.45º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DB017 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 23 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.31 |
| HSL | 67.45º | 0.77% | 0.39% | - |
| HSV(B) | 67.45º | 0.87% | 0.69% | - |
| XYZ | 29.58 | 38.28 | 6.64 | - |
| YUV | 152.88 | 54.71 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 23 | 0.11 | 0 | 0.87 | 0.31 | 67.45 | 0.77 | 0.39 |
| Hex | 9D | B0 | 17 | B | 0 | 57 | 1F | 43 | 4D | 27 |
| Octal | 235 | 260 | 27 | 13 | 0 | 127 | 37 | 103 | 115 | 47 |
| Binary | 10011101 | 10110000 | 10111 | 1011 | 0 | 1010111 | 11111 | 1000011 | 1001101 | 100111 |
Color Harmonies of #9DB017
Complementary color
Monochromatic Colors of #9DB017
Black with #9DB017
Text Example
Text Example
White with #9DB017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB017; }
p { color: rgb(157,176,23); }
H1.HeaderClassName
{
color: #9DB017;
}
.AnyTagClassName
{
color: #9DB017;
}
</style>
background-color css
<style>
a { background-color: #9DB017; }
a { background-color: rgb(157,176,23); }
div.DivClassName
{
background-color: #9DB017;
}
.BgClassName
{
background-color: #9DB017;
}
</style>
border-color css
<style>
span { border-color: #9DB017; }
span { border-color: rgb(157,176,23); }
td.TdClassName
{
border-color: #9DB017;
}
.TagClassName
{
border-color: #9DB017;
}
</style>