Shades of Citrus #9DBB12
Tints of Citrus #9DBB12
RGB
CMYK
RGB Variations
Color information
#9DBB12 (or 0x9DBB12) is known color: Citrus. HEX triplet: 9D, BB and 12. RGB value is (157,187,18). Sum of RGB (Red+Green+Blue) = 157+187+18=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBB12 is #6244ED. Grayscale: #9F9F9F. Windows color (decimal): -6440174 or 1227677. OLE color: 1227677.
HSL color Cylindrical-coordinate representation of color #9DBB12: hue angle of 70.65º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DBB12 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 18 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.27 |
| HSL | 70.65º | 0.82% | 0.4% | - |
| HSV(B) | 70.65º | 0.9% | 0.73% | - |
| XYZ | 31.78 | 42.75 | 7.15 | - |
| YUV | 158.76 | 48.56 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 18 | 0.16 | 0 | 0.90 | 0.27 | 70.65 | 0.82 | 0.4 |
| Hex | 9D | BB | 12 | 10 | 0 | 5A | 1B | 47 | 52 | 28 |
| Octal | 235 | 273 | 22 | 20 | 0 | 132 | 33 | 107 | 122 | 50 |
| Binary | 10011101 | 10111011 | 10010 | 10000 | 0 | 1011010 | 11011 | 1000111 | 1010010 | 101000 |
Color Harmonies of #9DBB12
Complementary color
Monochromatic Colors of #9DBB12
Black with #9DBB12
Text Example
Text Example
White with #9DBB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB12; }
p { color: rgb(157,187,18); }
H1.HeaderClassName
{
color: #9DBB12;
}
.AnyTagClassName
{
color: #9DBB12;
}
</style>
background-color css
<style>
a { background-color: #9DBB12; }
a { background-color: rgb(157,187,18); }
div.DivClassName
{
background-color: #9DBB12;
}
.BgClassName
{
background-color: #9DBB12;
}
</style>
border-color css
<style>
span { border-color: #9DBB12; }
span { border-color: rgb(157,187,18); }
td.TdClassName
{
border-color: #9DBB12;
}
.TagClassName
{
border-color: #9DBB12;
}
</style>