Shades of Bahia #9CC215
Tints of Bahia #9CC215
RGB
CMYK
RGB Variations
Color information
#9CC215 (or 0x9CC215) is known color: Bahia. HEX triplet: 9C, C2 and 15. RGB value is (156,194,21). Sum of RGB (Red+Green+Blue) = 156+194+21=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC215 is #633DEA. Grayscale: #A3A3A3. Windows color (decimal): -6503915 or 1426076. OLE color: 1426076.
HSL color Cylindrical-coordinate representation of color #9CC215: hue angle of 73.18º 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 #9CC215 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 21 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.24 |
| HSL | 73.18º | 0.8% | 0.42% | - |
| HSV(B) | 73.18º | 0.89% | 0.76% | - |
| XYZ | 33.14 | 45.71 | 7.79 | - |
| YUV | 162.92 | 47.91 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 21 | 0.20 | 0 | 0.89 | 0.24 | 73.18 | 0.8 | 0.42 |
| Hex | 9C | C2 | 15 | 14 | 0 | 59 | 18 | 49 | 50 | 2A |
| Octal | 234 | 302 | 25 | 24 | 0 | 131 | 30 | 111 | 120 | 52 |
| Binary | 10011100 | 11000010 | 10101 | 10100 | 0 | 1011001 | 11000 | 1001001 | 1010000 | 101010 |
Color Harmonies of #9CC215
Complementary color
Monochromatic Colors of #9CC215
Black with #9CC215
Text Example
Text Example
White with #9CC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC215; }
p { color: rgb(156,194,21); }
H1.HeaderClassName
{
color: #9CC215;
}
.AnyTagClassName
{
color: #9CC215;
}
</style>
background-color css
<style>
a { background-color: #9CC215; }
a { background-color: rgb(156,194,21); }
div.DivClassName
{
background-color: #9CC215;
}
.BgClassName
{
background-color: #9CC215;
}
</style>
border-color css
<style>
span { border-color: #9CC215; }
span { border-color: rgb(156,194,21); }
td.TdClassName
{
border-color: #9CC215;
}
.TagClassName
{
border-color: #9CC215;
}
</style>