Shades of Bahia #9CC915
Tints of Bahia #9CC915
RGB
CMYK
RGB Variations
Color information
#9CC915 (or 0x9CC915) is known color: Bahia. HEX triplet: 9C, C9 and 15. RGB value is (156,201,21). Sum of RGB (Red+Green+Blue) = 156+201+21=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC915 is #6336EA. Grayscale: #A7A7A7. Windows color (decimal): -6502123 or 1427868. OLE color: 1427868.
HSL color Cylindrical-coordinate representation of color #9CC915: hue angle of 75º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CC915 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 201 | 21 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.21 |
| HSL | 75º | 0.81% | 0.44% | - |
| HSV(B) | 75º | 0.9% | 0.79% | - |
| XYZ | 34.73 | 48.9 | 8.32 | - |
| YUV | 167.03 | 45.59 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 21 | 0.22 | 0 | 0.90 | 0.21 | 75 | 0.81 | 0.44 |
| Hex | 9C | C9 | 15 | 16 | 0 | 5A | 15 | 4B | 51 | 2C |
| Octal | 234 | 311 | 25 | 26 | 0 | 132 | 25 | 113 | 121 | 54 |
| Binary | 10011100 | 11001001 | 10101 | 10110 | 0 | 1011010 | 10101 | 1001011 | 1010001 | 101100 |
Color Harmonies of #9CC915
Complementary color
Monochromatic Colors of #9CC915
Black with #9CC915
Text Example
Text Example
White with #9CC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC915; }
p { color: rgb(156,201,21); }
H1.HeaderClassName
{
color: #9CC915;
}
.AnyTagClassName
{
color: #9CC915;
}
</style>
background-color css
<style>
a { background-color: #9CC915; }
a { background-color: rgb(156,201,21); }
div.DivClassName
{
background-color: #9CC915;
}
.BgClassName
{
background-color: #9CC915;
}
</style>
border-color css
<style>
span { border-color: #9CC915; }
span { border-color: rgb(156,201,21); }
td.TdClassName
{
border-color: #9CC915;
}
.TagClassName
{
border-color: #9CC915;
}
</style>