Shades of Bahia #9CC11F
Tints of Bahia #9CC11F
RGB
CMYK
RGB Variations
Color information
#9CC11F (or 0x9CC11F) is known color: Bahia. HEX triplet: 9C, C1 and 1F. RGB value is (156,193,31). Sum of RGB (Red+Green+Blue) = 156+193+31=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC11F is #633EE0. Grayscale: #A4A4A4. Windows color (decimal): -6504161 or 2081180. OLE color: 2081180.
HSL color Cylindrical-coordinate representation of color #9CC11F: hue angle of 73.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9CC11F is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 31 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.24 |
| HSL | 73.7º | 0.72% | 0.44% | - |
| HSV(B) | 73.7º | 0.84% | 0.76% | - |
| XYZ | 33.03 | 45.31 | 8.3 | - |
| YUV | 163.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 31 | 0.19 | 0 | 0.84 | 0.24 | 73.7 | 0.72 | 0.44 |
| Hex | 9C | C1 | 1F | 13 | 0 | 54 | 18 | 4A | 48 | 2C |
| Octal | 234 | 301 | 37 | 23 | 0 | 124 | 30 | 112 | 110 | 54 |
| Binary | 10011100 | 11000001 | 11111 | 10011 | 0 | 1010100 | 11000 | 1001010 | 1001000 | 101100 |
Color Harmonies of #9CC11F
Complementary color
Monochromatic Colors of #9CC11F
Black with #9CC11F
Text Example
Text Example
White with #9CC11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC11F; }
p { color: rgb(156,193,31); }
H1.HeaderClassName
{
color: #9CC11F;
}
.AnyTagClassName
{
color: #9CC11F;
}
</style>
background-color css
<style>
a { background-color: #9CC11F; }
a { background-color: rgb(156,193,31); }
div.DivClassName
{
background-color: #9CC11F;
}
.BgClassName
{
background-color: #9CC11F;
}
</style>
border-color css
<style>
span { border-color: #9CC11F; }
span { border-color: rgb(156,193,31); }
td.TdClassName
{
border-color: #9CC11F;
}
.TagClassName
{
border-color: #9CC11F;
}
</style>