Shades of Bahia #9CC320
Tints of Bahia #9CC320
RGB
CMYK
RGB Variations
Color information
#9CC320 (or 0x9CC320) is known color: Bahia. HEX triplet: 9C, C3 and 20. RGB value is (156,195,32). Sum of RGB (Red+Green+Blue) = 156+195+32=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC320 is #633CDF. Grayscale: #A5A5A5. Windows color (decimal): -6503648 or 2147228. OLE color: 2147228.
HSL color Cylindrical-coordinate representation of color #9CC320: hue angle of 74.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9CC320 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 32 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.24 |
| HSL | 74.36º | 0.72% | 0.45% | - |
| HSV(B) | 74.36º | 0.84% | 0.76% | - |
| XYZ | 33.49 | 46.2 | 8.52 | - |
| YUV | 164.76 | 53.08 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 32 | 0.20 | 0 | 0.84 | 0.24 | 74.36 | 0.72 | 0.45 |
| Hex | 9C | C3 | 20 | 14 | 0 | 54 | 18 | 4A | 48 | 2D |
| Octal | 234 | 303 | 40 | 24 | 0 | 124 | 30 | 112 | 110 | 55 |
| Binary | 10011100 | 11000011 | 100000 | 10100 | 0 | 1010100 | 11000 | 1001010 | 1001000 | 101101 |
Color Harmonies of #9CC320
Complementary color
Monochromatic Colors of #9CC320
Black with #9CC320
Text Example
Text Example
White with #9CC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC320; }
p { color: rgb(156,195,32); }
H1.HeaderClassName
{
color: #9CC320;
}
.AnyTagClassName
{
color: #9CC320;
}
</style>
background-color css
<style>
a { background-color: #9CC320; }
a { background-color: rgb(156,195,32); }
div.DivClassName
{
background-color: #9CC320;
}
.BgClassName
{
background-color: #9CC320;
}
</style>
border-color css
<style>
span { border-color: #9CC320; }
span { border-color: rgb(156,195,32); }
td.TdClassName
{
border-color: #9CC320;
}
.TagClassName
{
border-color: #9CC320;
}
</style>