Shades of Bahia #9CB91D
Tints of Bahia #9CB91D
RGB
CMYK
RGB Variations
Color information
#9CB91D (or 0x9CB91D) is known color: Bahia. HEX triplet: 9C, B9 and 1D. RGB value is (156,185,29). Sum of RGB (Red+Green+Blue) = 156+185+29=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB91D is #6346E2. Grayscale: #9F9F9F. Windows color (decimal): -6506211 or 1948060. OLE color: 1948060.
HSL color Cylindrical-coordinate representation of color #9CB91D: hue angle of 71.15º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9CB91D is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 29 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.27 |
| HSL | 71.15º | 0.73% | 0.42% | - |
| HSV(B) | 71.15º | 0.84% | 0.73% | - |
| XYZ | 31.28 | 41.85 | 7.59 | - |
| YUV | 158.55 | 54.89 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 29 | 0.16 | 0 | 0.84 | 0.27 | 71.15 | 0.73 | 0.42 |
| Hex | 9C | B9 | 1D | 10 | 0 | 54 | 1B | 47 | 49 | 2A |
| Octal | 234 | 271 | 35 | 20 | 0 | 124 | 33 | 107 | 111 | 52 |
| Binary | 10011100 | 10111001 | 11101 | 10000 | 0 | 1010100 | 11011 | 1000111 | 1001001 | 101010 |
Color Harmonies of #9CB91D
Complementary color
Monochromatic Colors of #9CB91D
Black with #9CB91D
Text Example
Text Example
White with #9CB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB91D; }
p { color: rgb(156,185,29); }
H1.HeaderClassName
{
color: #9CB91D;
}
.AnyTagClassName
{
color: #9CB91D;
}
</style>
background-color css
<style>
a { background-color: #9CB91D; }
a { background-color: rgb(156,185,29); }
div.DivClassName
{
background-color: #9CB91D;
}
.BgClassName
{
background-color: #9CB91D;
}
</style>
border-color css
<style>
span { border-color: #9CB91D; }
span { border-color: rgb(156,185,29); }
td.TdClassName
{
border-color: #9CB91D;
}
.TagClassName
{
border-color: #9CB91D;
}
</style>