Shades of Citrus #9DBE10
Tints of Citrus #9DBE10
RGB
CMYK
RGB Variations
Color information
#9DBE10 (or 0x9DBE10) is known color: Citrus. HEX triplet: 9D, BE and 10. RGB value is (157,190,16). Sum of RGB (Red+Green+Blue) = 157+190+16=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBE10 is #6241EF. Grayscale: #A0A0A0. Windows color (decimal): -6439408 or 1097373. OLE color: 1097373.
HSL color Cylindrical-coordinate representation of color #9DBE10: hue angle of 71.38º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DBE10 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 16 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.25 |
| HSL | 71.38º | 0.84% | 0.4% | - |
| HSV(B) | 71.38º | 0.92% | 0.75% | - |
| XYZ | 32.41 | 44.03 | 7.28 | - |
| YUV | 160.3 | 46.57 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 16 | 0.17 | 0 | 0.92 | 0.25 | 71.38 | 0.84 | 0.4 |
| Hex | 9D | BE | 10 | 11 | 0 | 5C | 19 | 47 | 54 | 28 |
| Octal | 235 | 276 | 20 | 21 | 0 | 134 | 31 | 107 | 124 | 50 |
| Binary | 10011101 | 10111110 | 10000 | 10001 | 0 | 1011100 | 11001 | 1000111 | 1010100 | 101000 |
Color Harmonies of #9DBE10
Complementary color
Monochromatic Colors of #9DBE10
Black with #9DBE10
Text Example
Text Example
White with #9DBE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE10; }
p { color: rgb(157,190,16); }
H1.HeaderClassName
{
color: #9DBE10;
}
.AnyTagClassName
{
color: #9DBE10;
}
</style>
background-color css
<style>
a { background-color: #9DBE10; }
a { background-color: rgb(157,190,16); }
div.DivClassName
{
background-color: #9DBE10;
}
.BgClassName
{
background-color: #9DBE10;
}
</style>
border-color css
<style>
span { border-color: #9DBE10; }
span { border-color: rgb(157,190,16); }
td.TdClassName
{
border-color: #9DBE10;
}
.TagClassName
{
border-color: #9DBE10;
}
</style>