Shades of Citrus #9BC310
Tints of Citrus #9BC310
RGB
CMYK
RGB Variations
Color information
#9BC310 (or 0x9BC310) is known color: Citrus. HEX triplet: 9B, C3 and 10. RGB value is (155,195,16). Sum of RGB (Red+Green+Blue) = 155+195+16=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC310 is #643CEF. Grayscale: #A3A3A3. Windows color (decimal): -6569200 or 1098651. OLE color: 1098651.
HSL color Cylindrical-coordinate representation of color #9BC310: hue angle of 73.41º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BC310 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 16 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.24 |
| HSL | 73.41º | 0.85% | 0.41% | - |
| HSV(B) | 73.41º | 0.92% | 0.76% | - |
| XYZ | 33.13 | 46.04 | 7.63 | - |
| YUV | 162.63 | 45.25 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 16 | 0.21 | 0 | 0.92 | 0.24 | 73.41 | 0.85 | 0.41 |
| Hex | 9B | C3 | 10 | 15 | 0 | 5C | 18 | 49 | 55 | 29 |
| Octal | 233 | 303 | 20 | 25 | 0 | 134 | 30 | 111 | 125 | 51 |
| Binary | 10011011 | 11000011 | 10000 | 10101 | 0 | 1011100 | 11000 | 1001001 | 1010101 | 101001 |
Color Harmonies of #9BC310
Complementary color
Monochromatic Colors of #9BC310
Black with #9BC310
Text Example
Text Example
White with #9BC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC310; }
p { color: rgb(155,195,16); }
H1.HeaderClassName
{
color: #9BC310;
}
.AnyTagClassName
{
color: #9BC310;
}
</style>
background-color css
<style>
a { background-color: #9BC310; }
a { background-color: rgb(155,195,16); }
div.DivClassName
{
background-color: #9BC310;
}
.BgClassName
{
background-color: #9BC310;
}
</style>
border-color css
<style>
span { border-color: #9BC310; }
span { border-color: rgb(155,195,16); }
td.TdClassName
{
border-color: #9BC310;
}
.TagClassName
{
border-color: #9BC310;
}
</style>