Shades of Bahia #9CCA11
Tints of Bahia #9CCA11
RGB
CMYK
RGB Variations
Color information
#9CCA11 (or 0x9CCA11) is known color: Bahia. HEX triplet: 9C, CA and 11. RGB value is (156,202,17). Sum of RGB (Red+Green+Blue) = 156+202+17=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCA11 is #6335EE. Grayscale: #A7A7A7. Windows color (decimal): -6501871 or 1165980. OLE color: 1165980.
HSL color Cylindrical-coordinate representation of color #9CCA11: hue angle of 74.92º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CCA11 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 17 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.21 |
| HSL | 74.92º | 0.84% | 0.43% | - |
| HSV(B) | 74.92º | 0.92% | 0.79% | - |
| XYZ | 34.93 | 49.35 | 8.21 | - |
| YUV | 167.16 | 43.26 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 17 | 0.23 | 0 | 0.92 | 0.21 | 74.92 | 0.84 | 0.43 |
| Hex | 9C | CA | 11 | 17 | 0 | 5C | 15 | 4B | 54 | 2B |
| Octal | 234 | 312 | 21 | 27 | 0 | 134 | 25 | 113 | 124 | 53 |
| Binary | 10011100 | 11001010 | 10001 | 10111 | 0 | 1011100 | 10101 | 1001011 | 1010100 | 101011 |
Color Harmonies of #9CCA11
Complementary color
Monochromatic Colors of #9CCA11
Black with #9CCA11
Text Example
Text Example
White with #9CCA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA11; }
p { color: rgb(156,202,17); }
H1.HeaderClassName
{
color: #9CCA11;
}
.AnyTagClassName
{
color: #9CCA11;
}
</style>
background-color css
<style>
a { background-color: #9CCA11; }
a { background-color: rgb(156,202,17); }
div.DivClassName
{
background-color: #9CCA11;
}
.BgClassName
{
background-color: #9CCA11;
}
</style>
border-color css
<style>
span { border-color: #9CCA11; }
span { border-color: rgb(156,202,17); }
td.TdClassName
{
border-color: #9CCA11;
}
.TagClassName
{
border-color: #9CCA11;
}
</style>