Shades of Dark Pastel Green #09BB32
Tints of Dark Pastel Green #09BB32
RGB
CMYK
RGB Variations
Color information
#09BB32 (or 0x09BB32) is known color: Dark Pastel Green. HEX triplet: 09, BB and 32. RGB value is (9,187,50). Sum of RGB (Red+Green+Blue) = 9+187+50=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 187 (73.44% from 255 or 76.02% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 187 - color contains mainly: green. Hex color #09BB32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BB32 is #F644CD. Grayscale: #767676. Windows color (decimal): -16139470 or 3324681. OLE color: 3324681.
HSL color Cylindrical-coordinate representation of color #09BB32: hue angle of 133.82º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BB32 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 187 | 50 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.27 |
| HSL | 133.82º | 0.91% | 0.38% | - |
| HSV(B) | 133.82º | 0.95% | 0.73% | - |
| XYZ | 18.46 | 35.83 | 8.96 | - |
| YUV | 118.16 | 89.53 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 50 | 0.95 | 0 | 0.73 | 0.27 | 133.82 | 0.91 | 0.38 |
| Hex | 9 | BB | 32 | 5F | 0 | 49 | 1B | 86 | 5B | 26 |
| Octal | 11 | 273 | 62 | 137 | 0 | 111 | 33 | 206 | 133 | 46 |
| Binary | 1001 | 10111011 | 110010 | 1011111 | 0 | 1001001 | 11011 | 10000110 | 1011011 | 100110 |
Color Harmonies of #09BB32
Complementary color
Monochromatic Colors of #09BB32
Black with #09BB32
Text Example
Text Example
White with #09BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BB32; }
p { color: rgb(9,187,50); }
H1.HeaderClassName
{
color: #09BB32;
}
.AnyTagClassName
{
color: #09BB32;
}
</style>
background-color css
<style>
a { background-color: #09BB32; }
a { background-color: rgb(9,187,50); }
div.DivClassName
{
background-color: #09BB32;
}
.BgClassName
{
background-color: #09BB32;
}
</style>
border-color css
<style>
span { border-color: #09BB32; }
span { border-color: rgb(9,187,50); }
td.TdClassName
{
border-color: #09BB32;
}
.TagClassName
{
border-color: #09BB32;
}
</style>