Shades of Yellow Green #9BC330
Tints of Yellow Green #9BC330
RGB
CMYK
RGB Variations
Color information
#9BC330 (or 0x9BC330) is known color: Yellow Green. HEX triplet: 9B, C3 and 30. RGB value is (155,195,48). Sum of RGB (Red+Green+Blue) = 155+195+48=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC330 is #643CCF. Grayscale: #A6A6A6. Windows color (decimal): -6569168 or 3195803. OLE color: 3195803.
HSL color Cylindrical-coordinate representation of color #9BC330: hue angle of 76.33º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BC330 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 48 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.24 |
| HSL | 76.33º | 0.6% | 0.48% | - |
| HSV(B) | 76.33º | 0.75% | 0.76% | - |
| XYZ | 33.57 | 46.21 | 9.95 | - |
| YUV | 166.28 | 61.25 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 48 | 0.21 | 0 | 0.75 | 0.24 | 76.33 | 0.6 | 0.48 |
| Hex | 9B | C3 | 30 | 15 | 0 | 4B | 18 | 4C | 3C | 30 |
| Octal | 233 | 303 | 60 | 25 | 0 | 113 | 30 | 114 | 74 | 60 |
| Binary | 10011011 | 11000011 | 110000 | 10101 | 0 | 1001011 | 11000 | 1001100 | 111100 | 110000 |
Color Harmonies of #9BC330
Complementary color
Monochromatic Colors of #9BC330
Black with #9BC330
Text Example
Text Example
White with #9BC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC330; }
p { color: rgb(155,195,48); }
H1.HeaderClassName
{
color: #9BC330;
}
.AnyTagClassName
{
color: #9BC330;
}
</style>
background-color css
<style>
a { background-color: #9BC330; }
a { background-color: rgb(155,195,48); }
div.DivClassName
{
background-color: #9BC330;
}
.BgClassName
{
background-color: #9BC330;
}
</style>
border-color css
<style>
span { border-color: #9BC330; }
span { border-color: rgb(155,195,48); }
td.TdClassName
{
border-color: #9BC330;
}
.TagClassName
{
border-color: #9BC330;
}
</style>