Shades of Bahia #9DCC11
Tints of Bahia #9DCC11
RGB
CMYK
RGB Variations
Color information
#9DCC11 (or 0x9DCC11) is known color: Bahia. HEX triplet: 9D, CC and 11. RGB value is (157,204,17). Sum of RGB (Red+Green+Blue) = 157+204+17=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCC11 is #6233EE. Grayscale: #A9A9A9. Windows color (decimal): -6435823 or 1166493. OLE color: 1166493.
HSL color Cylindrical-coordinate representation of color #9DCC11: hue angle of 75.08º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DCC11 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 17 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.2 |
| HSL | 75.08º | 0.85% | 0.43% | - |
| HSV(B) | 75.08º | 0.92% | 0.8% | - |
| XYZ | 35.6 | 50.39 | 8.38 | - |
| YUV | 168.63 | 42.43 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 17 | 0.23 | 0 | 0.92 | 0.2 | 75.08 | 0.85 | 0.43 |
| Hex | 9D | CC | 11 | 17 | 0 | 5C | 14 | 4B | 55 | 2B |
| Octal | 235 | 314 | 21 | 27 | 0 | 134 | 24 | 113 | 125 | 53 |
| Binary | 10011101 | 11001100 | 10001 | 10111 | 0 | 1011100 | 10100 | 1001011 | 1010101 | 101011 |
Color Harmonies of #9DCC11
Complementary color
Monochromatic Colors of #9DCC11
Black with #9DCC11
Text Example
Text Example
White with #9DCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC11; }
p { color: rgb(157,204,17); }
H1.HeaderClassName
{
color: #9DCC11;
}
.AnyTagClassName
{
color: #9DCC11;
}
</style>
background-color css
<style>
a { background-color: #9DCC11; }
a { background-color: rgb(157,204,17); }
div.DivClassName
{
background-color: #9DCC11;
}
.BgClassName
{
background-color: #9DCC11;
}
</style>
border-color css
<style>
span { border-color: #9DCC11; }
span { border-color: rgb(157,204,17); }
td.TdClassName
{
border-color: #9DCC11;
}
.TagClassName
{
border-color: #9DCC11;
}
</style>