Shades of Yellow Green #9BC32D
Tints of Yellow Green #9BC32D
RGB
CMYK
RGB Variations
Color information
#9BC32D (or 0x9BC32D) is known color: Yellow Green. HEX triplet: 9B, C3 and 2D. RGB value is (155,195,45). Sum of RGB (Red+Green+Blue) = 155+195+45=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC32D is #643CD2. Grayscale: #A6A6A6. Windows color (decimal): -6569171 or 2999195. OLE color: 2999195.
HSL color Cylindrical-coordinate representation of color #9BC32D: hue angle of 76º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BC32D is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 45 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.24 |
| HSL | 76º | 0.63% | 0.47% | - |
| HSV(B) | 76º | 0.77% | 0.76% | - |
| XYZ | 33.51 | 46.19 | 9.63 | - |
| YUV | 165.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 45 | 0.21 | 0 | 0.77 | 0.24 | 76 | 0.63 | 0.47 |
| Hex | 9B | C3 | 2D | 15 | 0 | 4D | 18 | 4C | 3E | 2F |
| Octal | 233 | 303 | 55 | 25 | 0 | 115 | 30 | 114 | 76 | 57 |
| Binary | 10011011 | 11000011 | 101101 | 10101 | 0 | 1001101 | 11000 | 1001100 | 111110 | 101111 |
Color Harmonies of #9BC32D
Complementary color
Monochromatic Colors of #9BC32D
Black with #9BC32D
Text Example
Text Example
White with #9BC32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC32D; }
p { color: rgb(155,195,45); }
H1.HeaderClassName
{
color: #9BC32D;
}
.AnyTagClassName
{
color: #9BC32D;
}
</style>
background-color css
<style>
a { background-color: #9BC32D; }
a { background-color: rgb(155,195,45); }
div.DivClassName
{
background-color: #9BC32D;
}
.BgClassName
{
background-color: #9BC32D;
}
</style>
border-color css
<style>
span { border-color: #9BC32D; }
span { border-color: rgb(155,195,45); }
td.TdClassName
{
border-color: #9BC32D;
}
.TagClassName
{
border-color: #9BC32D;
}
</style>