Shades of Citrus #9BC005
Tints of Citrus #9BC005
RGB
CMYK
RGB Variations
Color information
#9BC005 (or 0x9BC005) is known color: Citrus. HEX triplet: 9B, C0 and 05. RGB value is (155,192,5). Sum of RGB (Red+Green+Blue) = 155+192+5=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC005 is #643FFA. Grayscale: #A0A0A0. Windows color (decimal): -6569979 or 376987. OLE color: 376987.
HSL color Cylindrical-coordinate representation of color #9BC005: hue angle of 71.87º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BC005 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 5 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.25 |
| HSL | 71.87º | 0.95% | 0.39% | - |
| HSV(B) | 71.87º | 0.97% | 0.75% | - |
| XYZ | 32.39 | 44.68 | 7.06 | - |
| YUV | 159.62 | 40.74 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 5 | 0.19 | 0 | 0.97 | 0.25 | 71.87 | 0.95 | 0.39 |
| Hex | 9B | C0 | 5 | 13 | 0 | 61 | 19 | 48 | 5F | 27 |
| Octal | 233 | 300 | 5 | 23 | 0 | 141 | 31 | 110 | 137 | 47 |
| Binary | 10011011 | 11000000 | 101 | 10011 | 0 | 1100001 | 11001 | 1001000 | 1011111 | 100111 |
Color Harmonies of #9BC005
Complementary color
Monochromatic Colors of #9BC005
Black with #9BC005
Text Example
Text Example
White with #9BC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC005; }
p { color: rgb(155,192,5); }
H1.HeaderClassName
{
color: #9BC005;
}
.AnyTagClassName
{
color: #9BC005;
}
</style>
background-color css
<style>
a { background-color: #9BC005; }
a { background-color: rgb(155,192,5); }
div.DivClassName
{
background-color: #9BC005;
}
.BgClassName
{
background-color: #9BC005;
}
</style>
border-color css
<style>
span { border-color: #9BC005; }
span { border-color: rgb(155,192,5); }
td.TdClassName
{
border-color: #9BC005;
}
.TagClassName
{
border-color: #9BC005;
}
</style>