Shades of Bahia #9CBA1F
Tints of Bahia #9CBA1F
RGB
CMYK
RGB Variations
Color information
#9CBA1F (or 0x9CBA1F) is known color: Bahia. HEX triplet: 9C, BA and 1F. RGB value is (156,186,31). Sum of RGB (Red+Green+Blue) = 156+186+31=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBA1F is #6345E0. Grayscale: #9F9F9F. Windows color (decimal): -6505953 or 2079388. OLE color: 2079388.
HSL color Cylindrical-coordinate representation of color #9CBA1F: hue angle of 71.61º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9CBA1F is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 31 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.27 |
| HSL | 71.61º | 0.71% | 0.43% | - |
| HSV(B) | 71.61º | 0.83% | 0.73% | - |
| XYZ | 31.52 | 42.28 | 7.8 | - |
| YUV | 159.36 | 55.56 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 31 | 0.16 | 0 | 0.83 | 0.27 | 71.61 | 0.71 | 0.43 |
| Hex | 9C | BA | 1F | 10 | 0 | 53 | 1B | 48 | 47 | 2B |
| Octal | 234 | 272 | 37 | 20 | 0 | 123 | 33 | 110 | 107 | 53 |
| Binary | 10011100 | 10111010 | 11111 | 10000 | 0 | 1010011 | 11011 | 1001000 | 1000111 | 101011 |
Color Harmonies of #9CBA1F
Complementary color
Monochromatic Colors of #9CBA1F
Black with #9CBA1F
Text Example
Text Example
White with #9CBA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA1F; }
p { color: rgb(156,186,31); }
H1.HeaderClassName
{
color: #9CBA1F;
}
.AnyTagClassName
{
color: #9CBA1F;
}
</style>
background-color css
<style>
a { background-color: #9CBA1F; }
a { background-color: rgb(156,186,31); }
div.DivClassName
{
background-color: #9CBA1F;
}
.BgClassName
{
background-color: #9CBA1F;
}
</style>
border-color css
<style>
span { border-color: #9CBA1F; }
span { border-color: rgb(156,186,31); }
td.TdClassName
{
border-color: #9CBA1F;
}
.TagClassName
{
border-color: #9CBA1F;
}
</style>