Shades of Citrus #9DBE09
Tints of Citrus #9DBE09
RGB
CMYK
RGB Variations
Color information
#9DBE09 (or 0x9DBE09) is known color: Citrus. HEX triplet: 9D, BE and 09. RGB value is (157,190,9). Sum of RGB (Red+Green+Blue) = 157+190+9=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBE09 is #6241F6. Grayscale: #A0A0A0. Windows color (decimal): -6439415 or 638621. OLE color: 638621.
HSL color Cylindrical-coordinate representation of color #9DBE09: hue angle of 70.94º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DBE09 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 9 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.25 |
| HSL | 70.94º | 0.91% | 0.39% | - |
| HSV(B) | 70.94º | 0.95% | 0.75% | - |
| XYZ | 32.37 | 44.01 | 7.05 | - |
| YUV | 159.5 | 43.07 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 9 | 0.17 | 0 | 0.95 | 0.25 | 70.94 | 0.91 | 0.39 |
| Hex | 9D | BE | 9 | 11 | 0 | 5F | 19 | 47 | 5B | 27 |
| Octal | 235 | 276 | 11 | 21 | 0 | 137 | 31 | 107 | 133 | 47 |
| Binary | 10011101 | 10111110 | 1001 | 10001 | 0 | 1011111 | 11001 | 1000111 | 1011011 | 100111 |
Color Harmonies of #9DBE09
Complementary color
Monochromatic Colors of #9DBE09
Black with #9DBE09
Text Example
Text Example
White with #9DBE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE09; }
p { color: rgb(157,190,9); }
H1.HeaderClassName
{
color: #9DBE09;
}
.AnyTagClassName
{
color: #9DBE09;
}
</style>
background-color css
<style>
a { background-color: #9DBE09; }
a { background-color: rgb(157,190,9); }
div.DivClassName
{
background-color: #9DBE09;
}
.BgClassName
{
background-color: #9DBE09;
}
</style>
border-color css
<style>
span { border-color: #9DBE09; }
span { border-color: rgb(157,190,9); }
td.TdClassName
{
border-color: #9DBE09;
}
.TagClassName
{
border-color: #9DBE09;
}
</style>