Shades of Citrus #9BC30B
Tints of Citrus #9BC30B
RGB
CMYK
RGB Variations
Color information
#9BC30B (or 0x9BC30B) is known color: Citrus. HEX triplet: 9B, C3 and 0B. RGB value is (155,195,11). Sum of RGB (Red+Green+Blue) = 155+195+11=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC30B is #643CF4. Grayscale: #A2A2A2. Windows color (decimal): -6569205 or 770971. OLE color: 770971.
HSL color Cylindrical-coordinate representation of color #9BC30B: hue angle of 73.04º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BC30B is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 11 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.24 |
| HSL | 73.04º | 0.89% | 0.4% | - |
| HSV(B) | 73.04º | 0.94% | 0.76% | - |
| XYZ | 33.09 | 46.02 | 7.46 | - |
| YUV | 162.06 | 42.75 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 11 | 0.21 | 0 | 0.94 | 0.24 | 73.04 | 0.89 | 0.4 |
| Hex | 9B | C3 | B | 15 | 0 | 5E | 18 | 49 | 59 | 28 |
| Octal | 233 | 303 | 13 | 25 | 0 | 136 | 30 | 111 | 131 | 50 |
| Binary | 10011011 | 11000011 | 1011 | 10101 | 0 | 1011110 | 11000 | 1001001 | 1011001 | 101000 |
Color Harmonies of #9BC30B
Complementary color
Monochromatic Colors of #9BC30B
Black with #9BC30B
Text Example
Text Example
White with #9BC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC30B; }
p { color: rgb(155,195,11); }
H1.HeaderClassName
{
color: #9BC30B;
}
.AnyTagClassName
{
color: #9BC30B;
}
</style>
background-color css
<style>
a { background-color: #9BC30B; }
a { background-color: rgb(155,195,11); }
div.DivClassName
{
background-color: #9BC30B;
}
.BgClassName
{
background-color: #9BC30B;
}
</style>
border-color css
<style>
span { border-color: #9BC30B; }
span { border-color: rgb(155,195,11); }
td.TdClassName
{
border-color: #9BC30B;
}
.TagClassName
{
border-color: #9BC30B;
}
</style>