Shades of Citrus #9DB801
Tints of Citrus #9DB801
RGB
CMYK
RGB Variations
Color information
#9DB801 (or 0x9DB801) is known color: Citrus. HEX triplet: 9D, B8 and 01. RGB value is (157,184,1). Sum of RGB (Red+Green+Blue) = 157+184+1=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB801 is #6247FE. Grayscale: #9B9B9B. Windows color (decimal): -6440959 or 112797. OLE color: 112797.
HSL color Cylindrical-coordinate representation of color #9DB801: hue angle of 68.85º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DB801 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.28 |
| HSL | 68.85º | 0.99% | 0.36% | - |
| HSV(B) | 68.85º | 0.99% | 0.72% | - |
| XYZ | 31.05 | 41.45 | 6.39 | - |
| YUV | 155.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 1 | 0.15 | 0 | 0.99 | 0.28 | 68.85 | 0.99 | 0.36 |
| Hex | 9D | B8 | 1 | F | 0 | 63 | 1C | 45 | 63 | 24 |
| Octal | 235 | 270 | 1 | 17 | 0 | 143 | 34 | 105 | 143 | 44 |
| Binary | 10011101 | 10111000 | 1 | 1111 | 0 | 1100011 | 11100 | 1000101 | 1100011 | 100100 |
Color Harmonies of #9DB801
Complementary color
Monochromatic Colors of #9DB801
Black with #9DB801
Text Example
Text Example
White with #9DB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB801; }
p { color: rgb(157,184,1); }
H1.HeaderClassName
{
color: #9DB801;
}
.AnyTagClassName
{
color: #9DB801;
}
</style>
background-color css
<style>
a { background-color: #9DB801; }
a { background-color: rgb(157,184,1); }
div.DivClassName
{
background-color: #9DB801;
}
.BgClassName
{
background-color: #9DB801;
}
</style>
border-color css
<style>
span { border-color: #9DB801; }
span { border-color: rgb(157,184,1); }
td.TdClassName
{
border-color: #9DB801;
}
.TagClassName
{
border-color: #9DB801;
}
</style>