Shades of Bahia #9CC615
Tints of Bahia #9CC615
RGB
CMYK
RGB Variations
Color information
#9CC615 (or 0x9CC615) is known color: Bahia. HEX triplet: 9C, C6 and 15. RGB value is (156,198,21). Sum of RGB (Red+Green+Blue) = 156+198+21=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC615 is #6339EA. Grayscale: #A5A5A5. Windows color (decimal): -6502891 or 1427100. OLE color: 1427100.
HSL color Cylindrical-coordinate representation of color #9CC615: hue angle of 74.24º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9CC615 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 198 | 21 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.22 |
| HSL | 74.24º | 0.81% | 0.43% | - |
| HSV(B) | 74.24º | 0.89% | 0.78% | - |
| XYZ | 34.04 | 47.51 | 8.09 | - |
| YUV | 165.26 | 46.59 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 21 | 0.21 | 0 | 0.89 | 0.22 | 74.24 | 0.81 | 0.43 |
| Hex | 9C | C6 | 15 | 15 | 0 | 59 | 16 | 4A | 51 | 2B |
| Octal | 234 | 306 | 25 | 25 | 0 | 131 | 26 | 112 | 121 | 53 |
| Binary | 10011100 | 11000110 | 10101 | 10101 | 0 | 1011001 | 10110 | 1001010 | 1010001 | 101011 |
Color Harmonies of #9CC615
Complementary color
Monochromatic Colors of #9CC615
Black with #9CC615
Text Example
Text Example
White with #9CC615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC615; }
p { color: rgb(156,198,21); }
H1.HeaderClassName
{
color: #9CC615;
}
.AnyTagClassName
{
color: #9CC615;
}
</style>
background-color css
<style>
a { background-color: #9CC615; }
a { background-color: rgb(156,198,21); }
div.DivClassName
{
background-color: #9CC615;
}
.BgClassName
{
background-color: #9CC615;
}
</style>
border-color css
<style>
span { border-color: #9CC615; }
span { border-color: rgb(156,198,21); }
td.TdClassName
{
border-color: #9CC615;
}
.TagClassName
{
border-color: #9CC615;
}
</style>