Shades of Citrus #9DB508
Tints of Citrus #9DB508
RGB
CMYK
RGB Variations
Color information
#9DB508 (or 0x9DB508) is known color: Citrus. HEX triplet: 9D, B5 and 08. RGB value is (157,181,8). Sum of RGB (Red+Green+Blue) = 157+181+8=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB508 is #624AF7. Grayscale: #9A9A9A. Windows color (decimal): -6441720 or 570781. OLE color: 570781.
HSL color Cylindrical-coordinate representation of color #9DB508: hue angle of 68.32º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DB508 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.29 |
| HSL | 68.32º | 0.92% | 0.37% | - |
| HSV(B) | 68.32º | 0.96% | 0.71% | - |
| XYZ | 30.47 | 40.23 | 6.39 | - |
| YUV | 154.1 | 45.55 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 8 | 0.13 | 0 | 0.96 | 0.29 | 68.32 | 0.92 | 0.37 |
| Hex | 9D | B5 | 8 | D | 0 | 60 | 1D | 44 | 5C | 25 |
| Octal | 235 | 265 | 10 | 15 | 0 | 140 | 35 | 104 | 134 | 45 |
| Binary | 10011101 | 10110101 | 1000 | 1101 | 0 | 1100000 | 11101 | 1000100 | 1011100 | 100101 |
Color Harmonies of #9DB508
Complementary color
Monochromatic Colors of #9DB508
Black with #9DB508
Text Example
Text Example
White with #9DB508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB508; }
p { color: rgb(157,181,8); }
H1.HeaderClassName
{
color: #9DB508;
}
.AnyTagClassName
{
color: #9DB508;
}
</style>
background-color css
<style>
a { background-color: #9DB508; }
a { background-color: rgb(157,181,8); }
div.DivClassName
{
background-color: #9DB508;
}
.BgClassName
{
background-color: #9DB508;
}
</style>
border-color css
<style>
span { border-color: #9DB508; }
span { border-color: rgb(157,181,8); }
td.TdClassName
{
border-color: #9DB508;
}
.TagClassName
{
border-color: #9DB508;
}
</style>