Shades of Bahia #9CC023
Tints of Bahia #9CC023
RGB
CMYK
RGB Variations
Color information
#9CC023 (or 0x9CC023) is known color: Bahia. HEX triplet: 9C, C0 and 23. RGB value is (156,192,35). Sum of RGB (Red+Green+Blue) = 156+192+35=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC023 is #633FDC. Grayscale: #A3A3A3. Windows color (decimal): -6504413 or 2343068. OLE color: 2343068.
HSL color Cylindrical-coordinate representation of color #9CC023: hue angle of 73.76º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9CC023 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 35 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.25 |
| HSL | 73.76º | 0.69% | 0.45% | - |
| HSV(B) | 73.76º | 0.82% | 0.75% | - |
| XYZ | 32.86 | 44.89 | 8.52 | - |
| YUV | 163.34 | 55.57 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 35 | 0.19 | 0 | 0.82 | 0.25 | 73.76 | 0.69 | 0.45 |
| Hex | 9C | C0 | 23 | 13 | 0 | 52 | 19 | 4A | 45 | 2D |
| Octal | 234 | 300 | 43 | 23 | 0 | 122 | 31 | 112 | 105 | 55 |
| Binary | 10011100 | 11000000 | 100011 | 10011 | 0 | 1010010 | 11001 | 1001010 | 1000101 | 101101 |
Color Harmonies of #9CC023
Complementary color
Monochromatic Colors of #9CC023
Black with #9CC023
Text Example
Text Example
White with #9CC023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC023; }
p { color: rgb(156,192,35); }
H1.HeaderClassName
{
color: #9CC023;
}
.AnyTagClassName
{
color: #9CC023;
}
</style>
background-color css
<style>
a { background-color: #9CC023; }
a { background-color: rgb(156,192,35); }
div.DivClassName
{
background-color: #9CC023;
}
.BgClassName
{
background-color: #9CC023;
}
</style>
border-color css
<style>
span { border-color: #9CC023; }
span { border-color: rgb(156,192,35); }
td.TdClassName
{
border-color: #9CC023;
}
.TagClassName
{
border-color: #9CC023;
}
</style>