Shades of Citrus #9DB318
Tints of Citrus #9DB318
RGB
CMYK
RGB Variations
Color information
#9DB318 (or 0x9DB318) is known color: Citrus. HEX triplet: 9D, B3 and 18. RGB value is (157,179,24). Sum of RGB (Red+Green+Blue) = 157+179+24=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB318 is #624CE7. Grayscale: #9B9B9B. Windows color (decimal): -6442216 or 1618845. OLE color: 1618845.
HSL color Cylindrical-coordinate representation of color #9DB318: hue angle of 68.52º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DB318 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 24 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.30 |
| HSL | 68.52º | 0.76% | 0.4% | - |
| HSV(B) | 68.52º | 0.87% | 0.7% | - |
| XYZ | 30.19 | 39.47 | 6.89 | - |
| YUV | 154.75 | 54.21 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 24 | 0.12 | 0 | 0.87 | 0.30 | 68.52 | 0.76 | 0.4 |
| Hex | 9D | B3 | 18 | C | 0 | 57 | 1E | 45 | 4C | 28 |
| Octal | 235 | 263 | 30 | 14 | 0 | 127 | 36 | 105 | 114 | 50 |
| Binary | 10011101 | 10110011 | 11000 | 1100 | 0 | 1010111 | 11110 | 1000101 | 1001100 | 101000 |
Color Harmonies of #9DB318
Complementary color
Monochromatic Colors of #9DB318
Black with #9DB318
Text Example
Text Example
White with #9DB318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB318; }
p { color: rgb(157,179,24); }
H1.HeaderClassName
{
color: #9DB318;
}
.AnyTagClassName
{
color: #9DB318;
}
</style>
background-color css
<style>
a { background-color: #9DB318; }
a { background-color: rgb(157,179,24); }
div.DivClassName
{
background-color: #9DB318;
}
.BgClassName
{
background-color: #9DB318;
}
</style>
border-color css
<style>
span { border-color: #9DB318; }
span { border-color: rgb(157,179,24); }
td.TdClassName
{
border-color: #9DB318;
}
.TagClassName
{
border-color: #9DB318;
}
</style>