Shades of Bahia #9CB92C
Tints of Bahia #9CB92C
RGB
CMYK
RGB Variations
Color information
#9CB92C (or 0x9CB92C) is known color: Bahia. HEX triplet: 9C, B9 and 2C. RGB value is (156,185,44). Sum of RGB (Red+Green+Blue) = 156+185+44=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB92C is #6346D3. Grayscale: #A0A0A0. Windows color (decimal): -6506196 or 2931100. OLE color: 2931100.
HSL color Cylindrical-coordinate representation of color #9CB92C: hue angle of 72.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9CB92C is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 44 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.27 |
| HSL | 72.34º | 0.62% | 0.45% | - |
| HSV(B) | 72.34º | 0.76% | 0.73% | - |
| XYZ | 31.51 | 41.95 | 8.82 | - |
| YUV | 160.26 | 62.39 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 44 | 0.16 | 0 | 0.76 | 0.27 | 72.34 | 0.62 | 0.45 |
| Hex | 9C | B9 | 2C | 10 | 0 | 4C | 1B | 48 | 3E | 2D |
| Octal | 234 | 271 | 54 | 20 | 0 | 114 | 33 | 110 | 76 | 55 |
| Binary | 10011100 | 10111001 | 101100 | 10000 | 0 | 1001100 | 11011 | 1001000 | 111110 | 101101 |
Color Harmonies of #9CB92C
Complementary color
Monochromatic Colors of #9CB92C
Black with #9CB92C
Text Example
Text Example
White with #9CB92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB92C; }
p { color: rgb(156,185,44); }
H1.HeaderClassName
{
color: #9CB92C;
}
.AnyTagClassName
{
color: #9CB92C;
}
</style>
background-color css
<style>
a { background-color: #9CB92C; }
a { background-color: rgb(156,185,44); }
div.DivClassName
{
background-color: #9CB92C;
}
.BgClassName
{
background-color: #9CB92C;
}
</style>
border-color css
<style>
span { border-color: #9CB92C; }
span { border-color: rgb(156,185,44); }
td.TdClassName
{
border-color: #9CB92C;
}
.TagClassName
{
border-color: #9CB92C;
}
</style>