Shades of Bahia #9CC323
Tints of Bahia #9CC323
RGB
CMYK
RGB Variations
Color information
#9CC323 (or 0x9CC323) is known color: Bahia. HEX triplet: 9C, C3 and 23. RGB value is (156,195,35). Sum of RGB (Red+Green+Blue) = 156+195+35=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC323 is #633CDC. Grayscale: #A5A5A5. Windows color (decimal): -6503645 or 2343836. OLE color: 2343836.
HSL color Cylindrical-coordinate representation of color #9CC323: hue angle of 74.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9CC323 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 35 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.24 |
| HSL | 74.63º | 0.7% | 0.45% | - |
| HSV(B) | 74.63º | 0.82% | 0.76% | - |
| XYZ | 33.53 | 46.22 | 8.74 | - |
| YUV | 165.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 35 | 0.20 | 0 | 0.82 | 0.24 | 74.63 | 0.7 | 0.45 |
| Hex | 9C | C3 | 23 | 14 | 0 | 52 | 18 | 4B | 46 | 2D |
| Octal | 234 | 303 | 43 | 24 | 0 | 122 | 30 | 113 | 106 | 55 |
| Binary | 10011100 | 11000011 | 100011 | 10100 | 0 | 1010010 | 11000 | 1001011 | 1000110 | 101101 |
Color Harmonies of #9CC323
Complementary color
Monochromatic Colors of #9CC323
Black with #9CC323
Text Example
Text Example
White with #9CC323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC323; }
p { color: rgb(156,195,35); }
H1.HeaderClassName
{
color: #9CC323;
}
.AnyTagClassName
{
color: #9CC323;
}
</style>
background-color css
<style>
a { background-color: #9CC323; }
a { background-color: rgb(156,195,35); }
div.DivClassName
{
background-color: #9CC323;
}
.BgClassName
{
background-color: #9CC323;
}
</style>
border-color css
<style>
span { border-color: #9CC323; }
span { border-color: rgb(156,195,35); }
td.TdClassName
{
border-color: #9CC323;
}
.TagClassName
{
border-color: #9CC323;
}
</style>