Shades of Bahia #9CB522
Tints of Bahia #9CB522
RGB
CMYK
RGB Variations
Color information
#9CB522 (or 0x9CB522) is known color: Bahia. HEX triplet: 9C, B5 and 22. RGB value is (156,181,34). Sum of RGB (Red+Green+Blue) = 156+181+34=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB522 is #634ADD. Grayscale: #9D9D9D. Windows color (decimal): -6507230 or 2274716. OLE color: 2274716.
HSL color Cylindrical-coordinate representation of color #9CB522: hue angle of 70.2º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9CB522 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 34 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.29 |
| HSL | 70.2º | 0.68% | 0.42% | - |
| HSV(B) | 70.2º | 0.81% | 0.71% | - |
| XYZ | 30.52 | 40.23 | 7.67 | - |
| YUV | 156.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 34 | 0.14 | 0 | 0.81 | 0.29 | 70.2 | 0.68 | 0.42 |
| Hex | 9C | B5 | 22 | E | 0 | 51 | 1D | 46 | 44 | 2A |
| Octal | 234 | 265 | 42 | 16 | 0 | 121 | 35 | 106 | 104 | 52 |
| Binary | 10011100 | 10110101 | 100010 | 1110 | 0 | 1010001 | 11101 | 1000110 | 1000100 | 101010 |
Color Harmonies of #9CB522
Complementary color
Monochromatic Colors of #9CB522
Black with #9CB522
Text Example
Text Example
White with #9CB522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB522; }
p { color: rgb(156,181,34); }
H1.HeaderClassName
{
color: #9CB522;
}
.AnyTagClassName
{
color: #9CB522;
}
</style>
background-color css
<style>
a { background-color: #9CB522; }
a { background-color: rgb(156,181,34); }
div.DivClassName
{
background-color: #9CB522;
}
.BgClassName
{
background-color: #9CB522;
}
</style>
border-color css
<style>
span { border-color: #9CB522; }
span { border-color: rgb(156,181,34); }
td.TdClassName
{
border-color: #9CB522;
}
.TagClassName
{
border-color: #9CB522;
}
</style>