Shades of Bahia #9CC115
Tints of Bahia #9CC115
RGB
CMYK
RGB Variations
Color information
#9CC115 (or 0x9CC115) is known color: Bahia. HEX triplet: 9C, C1 and 15. RGB value is (156,193,21). Sum of RGB (Red+Green+Blue) = 156+193+21=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC115 is #633EEA. Grayscale: #A2A2A2. Windows color (decimal): -6504171 or 1425820. OLE color: 1425820.
HSL color Cylindrical-coordinate representation of color #9CC115: hue angle of 72.91º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9CC115 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 21 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.24 |
| HSL | 72.91º | 0.8% | 0.42% | - |
| HSV(B) | 72.91º | 0.89% | 0.76% | - |
| XYZ | 32.92 | 45.26 | 7.71 | - |
| YUV | 162.33 | 48.24 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 21 | 0.19 | 0 | 0.89 | 0.24 | 72.91 | 0.8 | 0.42 |
| Hex | 9C | C1 | 15 | 13 | 0 | 59 | 18 | 49 | 50 | 2A |
| Octal | 234 | 301 | 25 | 23 | 0 | 131 | 30 | 111 | 120 | 52 |
| Binary | 10011100 | 11000001 | 10101 | 10011 | 0 | 1011001 | 11000 | 1001001 | 1010000 | 101010 |
Color Harmonies of #9CC115
Complementary color
Monochromatic Colors of #9CC115
Black with #9CC115
Text Example
Text Example
White with #9CC115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC115; }
p { color: rgb(156,193,21); }
H1.HeaderClassName
{
color: #9CC115;
}
.AnyTagClassName
{
color: #9CC115;
}
</style>
background-color css
<style>
a { background-color: #9CC115; }
a { background-color: rgb(156,193,21); }
div.DivClassName
{
background-color: #9CC115;
}
.BgClassName
{
background-color: #9CC115;
}
</style>
border-color css
<style>
span { border-color: #9CC115; }
span { border-color: rgb(156,193,21); }
td.TdClassName
{
border-color: #9CC115;
}
.TagClassName
{
border-color: #9CC115;
}
</style>