Shades of Citrus #9DBC02
Tints of Citrus #9DBC02
RGB
CMYK
RGB Variations
Color information
#9DBC02 (or 0x9DBC02) is known color: Citrus. HEX triplet: 9D, BC and 02. RGB value is (157,188,2). Sum of RGB (Red+Green+Blue) = 157+188+2=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBC02 is #6243FD. Grayscale: #9E9E9E. Windows color (decimal): -6439934 or 179357. OLE color: 179357.
HSL color Cylindrical-coordinate representation of color #9DBC02: hue angle of 70º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DBC02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 188 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.26 |
| HSL | 70º | 0.98% | 0.37% | - |
| HSV(B) | 70º | 0.99% | 0.74% | - |
| XYZ | 31.9 | 43.14 | 6.7 | - |
| YUV | 157.53 | 40.23 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 2 | 0.16 | 0 | 0.99 | 0.26 | 70 | 0.98 | 0.37 |
| Hex | 9D | BC | 2 | 10 | 0 | 63 | 1A | 46 | 62 | 25 |
| Octal | 235 | 274 | 2 | 20 | 0 | 143 | 32 | 106 | 142 | 45 |
| Binary | 10011101 | 10111100 | 10 | 10000 | 0 | 1100011 | 11010 | 1000110 | 1100010 | 100101 |
Color Harmonies of #9DBC02
Complementary color
Monochromatic Colors of #9DBC02
Black with #9DBC02
Text Example
Text Example
White with #9DBC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBC02; }
p { color: rgb(157,188,2); }
H1.HeaderClassName
{
color: #9DBC02;
}
.AnyTagClassName
{
color: #9DBC02;
}
</style>
background-color css
<style>
a { background-color: #9DBC02; }
a { background-color: rgb(157,188,2); }
div.DivClassName
{
background-color: #9DBC02;
}
.BgClassName
{
background-color: #9DBC02;
}
</style>
border-color css
<style>
span { border-color: #9DBC02; }
span { border-color: rgb(157,188,2); }
td.TdClassName
{
border-color: #9DBC02;
}
.TagClassName
{
border-color: #9DBC02;
}
</style>