Shades of Citrus #9BC205
Tints of Citrus #9BC205
RGB
CMYK
RGB Variations
Color information
#9BC205 (or 0x9BC205) is known color: Citrus. HEX triplet: 9B, C2 and 05. RGB value is (155,194,5). Sum of RGB (Red+Green+Blue) = 155+194+5=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC205 is #643DFA. Grayscale: #A1A1A1. Windows color (decimal): -6569467 or 377499. OLE color: 377499.
HSL color Cylindrical-coordinate representation of color #9BC205: hue angle of 72.38º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BC205 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 5 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.24 |
| HSL | 72.38º | 0.95% | 0.39% | - |
| HSV(B) | 72.38º | 0.97% | 0.76% | - |
| XYZ | 32.84 | 45.56 | 7.21 | - |
| YUV | 160.79 | 40.08 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 5 | 0.20 | 0 | 0.97 | 0.24 | 72.38 | 0.95 | 0.39 |
| Hex | 9B | C2 | 5 | 14 | 0 | 61 | 18 | 48 | 5F | 27 |
| Octal | 233 | 302 | 5 | 24 | 0 | 141 | 30 | 110 | 137 | 47 |
| Binary | 10011011 | 11000010 | 101 | 10100 | 0 | 1100001 | 11000 | 1001000 | 1011111 | 100111 |
Color Harmonies of #9BC205
Complementary color
Monochromatic Colors of #9BC205
Black with #9BC205
Text Example
Text Example
White with #9BC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC205; }
p { color: rgb(155,194,5); }
H1.HeaderClassName
{
color: #9BC205;
}
.AnyTagClassName
{
color: #9BC205;
}
</style>
background-color css
<style>
a { background-color: #9BC205; }
a { background-color: rgb(155,194,5); }
div.DivClassName
{
background-color: #9BC205;
}
.BgClassName
{
background-color: #9BC205;
}
</style>
border-color css
<style>
span { border-color: #9BC205; }
span { border-color: rgb(155,194,5); }
td.TdClassName
{
border-color: #9BC205;
}
.TagClassName
{
border-color: #9BC205;
}
</style>