Shades of Bahia #9CB925
Tints of Bahia #9CB925
RGB
CMYK
RGB Variations
Color information
#9CB925 (or 0x9CB925) is known color: Bahia. HEX triplet: 9C, B9 and 25. RGB value is (156,185,37). Sum of RGB (Red+Green+Blue) = 156+185+37=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB925 is #6346DA. Grayscale: #A0A0A0. Windows color (decimal): -6506203 or 2472348. OLE color: 2472348.
HSL color Cylindrical-coordinate representation of color #9CB925: hue angle of 71.76º 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 #9CB925 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 37 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.27 |
| HSL | 71.76º | 0.67% | 0.44% | - |
| HSV(B) | 71.76º | 0.8% | 0.73% | - |
| XYZ | 31.39 | 41.9 | 8.18 | - |
| YUV | 159.46 | 58.89 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 37 | 0.16 | 0 | 0.80 | 0.27 | 71.76 | 0.67 | 0.44 |
| Hex | 9C | B9 | 25 | 10 | 0 | 50 | 1B | 48 | 43 | 2C |
| Octal | 234 | 271 | 45 | 20 | 0 | 120 | 33 | 110 | 103 | 54 |
| Binary | 10011100 | 10111001 | 100101 | 10000 | 0 | 1010000 | 11011 | 1001000 | 1000011 | 101100 |
Color Harmonies of #9CB925
Complementary color
Monochromatic Colors of #9CB925
Black with #9CB925
Text Example
Text Example
White with #9CB925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB925; }
p { color: rgb(156,185,37); }
H1.HeaderClassName
{
color: #9CB925;
}
.AnyTagClassName
{
color: #9CB925;
}
</style>
background-color css
<style>
a { background-color: #9CB925; }
a { background-color: rgb(156,185,37); }
div.DivClassName
{
background-color: #9CB925;
}
.BgClassName
{
background-color: #9CB925;
}
</style>
border-color css
<style>
span { border-color: #9CB925; }
span { border-color: rgb(156,185,37); }
td.TdClassName
{
border-color: #9CB925;
}
.TagClassName
{
border-color: #9CB925;
}
</style>