Shades of Bahia #9CBA1B
Tints of Bahia #9CBA1B
RGB
CMYK
RGB Variations
Color information
#9CBA1B (or 0x9CBA1B) is known color: Bahia. HEX triplet: 9C, BA and 1B. RGB value is (156,186,27). Sum of RGB (Red+Green+Blue) = 156+186+27=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBA1B is #6345E4. Grayscale: #9F9F9F. Windows color (decimal): -6505957 or 1817244. OLE color: 1817244.
HSL color Cylindrical-coordinate representation of color #9CBA1B: hue angle of 71.32º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9CBA1B is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 27 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.27 |
| HSL | 71.32º | 0.75% | 0.42% | - |
| HSV(B) | 71.32º | 0.85% | 0.73% | - |
| XYZ | 31.47 | 42.26 | 7.54 | - |
| YUV | 158.9 | 53.56 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 27 | 0.16 | 0 | 0.85 | 0.27 | 71.32 | 0.75 | 0.42 |
| Hex | 9C | BA | 1B | 10 | 0 | 55 | 1B | 47 | 4B | 2A |
| Octal | 234 | 272 | 33 | 20 | 0 | 125 | 33 | 107 | 113 | 52 |
| Binary | 10011100 | 10111010 | 11011 | 10000 | 0 | 1010101 | 11011 | 1000111 | 1001011 | 101010 |
Color Harmonies of #9CBA1B
Complementary color
Monochromatic Colors of #9CBA1B
Black with #9CBA1B
Text Example
Text Example
White with #9CBA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA1B; }
p { color: rgb(156,186,27); }
H1.HeaderClassName
{
color: #9CBA1B;
}
.AnyTagClassName
{
color: #9CBA1B;
}
</style>
background-color css
<style>
a { background-color: #9CBA1B; }
a { background-color: rgb(156,186,27); }
div.DivClassName
{
background-color: #9CBA1B;
}
.BgClassName
{
background-color: #9CBA1B;
}
</style>
border-color css
<style>
span { border-color: #9CBA1B; }
span { border-color: rgb(156,186,27); }
td.TdClassName
{
border-color: #9CBA1B;
}
.TagClassName
{
border-color: #9CBA1B;
}
</style>