Shades of Bahia #9CBA25
Tints of Bahia #9CBA25
RGB
CMYK
RGB Variations
Color information
#9CBA25 (or 0x9CBA25) is known color: Bahia. HEX triplet: 9C, BA and 25. RGB value is (156,186,37). Sum of RGB (Red+Green+Blue) = 156+186+37=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBA25 is #6345DA. Grayscale: #A0A0A0. Windows color (decimal): -6505947 or 2472604. OLE color: 2472604.
HSL color Cylindrical-coordinate representation of color #9CBA25: hue angle of 72.08º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9CBA25 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 37 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.27 |
| HSL | 72.08º | 0.67% | 0.44% | - |
| HSV(B) | 72.08º | 0.8% | 0.73% | - |
| XYZ | 31.6 | 42.32 | 8.25 | - |
| YUV | 160.04 | 58.56 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 37 | 0.16 | 0 | 0.80 | 0.27 | 72.08 | 0.67 | 0.44 |
| Hex | 9C | BA | 25 | 10 | 0 | 50 | 1B | 48 | 43 | 2C |
| Octal | 234 | 272 | 45 | 20 | 0 | 120 | 33 | 110 | 103 | 54 |
| Binary | 10011100 | 10111010 | 100101 | 10000 | 0 | 1010000 | 11011 | 1001000 | 1000011 | 101100 |
Color Harmonies of #9CBA25
Complementary color
Monochromatic Colors of #9CBA25
Black with #9CBA25
Text Example
Text Example
White with #9CBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA25; }
p { color: rgb(156,186,37); }
H1.HeaderClassName
{
color: #9CBA25;
}
.AnyTagClassName
{
color: #9CBA25;
}
</style>
background-color css
<style>
a { background-color: #9CBA25; }
a { background-color: rgb(156,186,37); }
div.DivClassName
{
background-color: #9CBA25;
}
.BgClassName
{
background-color: #9CBA25;
}
</style>
border-color css
<style>
span { border-color: #9CBA25; }
span { border-color: rgb(156,186,37); }
td.TdClassName
{
border-color: #9CBA25;
}
.TagClassName
{
border-color: #9CBA25;
}
</style>