Shades of Bahia #9CC026
Tints of Bahia #9CC026
RGB
CMYK
RGB Variations
Color information
#9CC026 (or 0x9CC026) is known color: Bahia. HEX triplet: 9C, C0 and 26. RGB value is (156,192,38). Sum of RGB (Red+Green+Blue) = 156+192+38=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC026 is #633FD9. Grayscale: #A4A4A4. Windows color (decimal): -6504410 or 2539676. OLE color: 2539676.
HSL color Cylindrical-coordinate representation of color #9CC026: hue angle of 74.03º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9CC026 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 38 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.25 |
| HSL | 74.03º | 0.67% | 0.45% | - |
| HSV(B) | 74.03º | 0.8% | 0.75% | - |
| XYZ | 32.91 | 44.91 | 8.77 | - |
| YUV | 163.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 38 | 0.19 | 0 | 0.80 | 0.25 | 74.03 | 0.67 | 0.45 |
| Hex | 9C | C0 | 26 | 13 | 0 | 50 | 19 | 4A | 43 | 2D |
| Octal | 234 | 300 | 46 | 23 | 0 | 120 | 31 | 112 | 103 | 55 |
| Binary | 10011100 | 11000000 | 100110 | 10011 | 0 | 1010000 | 11001 | 1001010 | 1000011 | 101101 |
Color Harmonies of #9CC026
Complementary color
Monochromatic Colors of #9CC026
Black with #9CC026
Text Example
Text Example
White with #9CC026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC026; }
p { color: rgb(156,192,38); }
H1.HeaderClassName
{
color: #9CC026;
}
.AnyTagClassName
{
color: #9CC026;
}
</style>
background-color css
<style>
a { background-color: #9CC026; }
a { background-color: rgb(156,192,38); }
div.DivClassName
{
background-color: #9CC026;
}
.BgClassName
{
background-color: #9CC026;
}
</style>
border-color css
<style>
span { border-color: #9CC026; }
span { border-color: rgb(156,192,38); }
td.TdClassName
{
border-color: #9CC026;
}
.TagClassName
{
border-color: #9CC026;
}
</style>