Shades of Bahia #9CBA27
Tints of Bahia #9CBA27
RGB
CMYK
RGB Variations
Color information
#9CBA27 (or 0x9CBA27) is known color: Bahia. HEX triplet: 9C, BA and 27. RGB value is (156,186,39). Sum of RGB (Red+Green+Blue) = 156+186+39=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBA27 is #6345D8. Grayscale: #A0A0A0. Windows color (decimal): -6505945 or 2603676. OLE color: 2603676.
HSL color Cylindrical-coordinate representation of color #9CBA27: hue angle of 72.24º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9CBA27 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 39 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.27 |
| HSL | 72.24º | 0.65% | 0.44% | - |
| HSV(B) | 72.24º | 0.79% | 0.73% | - |
| XYZ | 31.64 | 42.33 | 8.42 | - |
| YUV | 160.27 | 59.56 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 39 | 0.16 | 0 | 0.79 | 0.27 | 72.24 | 0.65 | 0.44 |
| Hex | 9C | BA | 27 | 10 | 0 | 4F | 1B | 48 | 41 | 2C |
| Octal | 234 | 272 | 47 | 20 | 0 | 117 | 33 | 110 | 101 | 54 |
| Binary | 10011100 | 10111010 | 100111 | 10000 | 0 | 1001111 | 11011 | 1001000 | 1000001 | 101100 |
Color Harmonies of #9CBA27
Complementary color
Monochromatic Colors of #9CBA27
Black with #9CBA27
Text Example
Text Example
White with #9CBA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA27; }
p { color: rgb(156,186,39); }
H1.HeaderClassName
{
color: #9CBA27;
}
.AnyTagClassName
{
color: #9CBA27;
}
</style>
background-color css
<style>
a { background-color: #9CBA27; }
a { background-color: rgb(156,186,39); }
div.DivClassName
{
background-color: #9CBA27;
}
.BgClassName
{
background-color: #9CBA27;
}
</style>
border-color css
<style>
span { border-color: #9CBA27; }
span { border-color: rgb(156,186,39); }
td.TdClassName
{
border-color: #9CBA27;
}
.TagClassName
{
border-color: #9CBA27;
}
</style>