Shades of Bahia #9BBA1D
Tints of Bahia #9BBA1D
RGB
CMYK
RGB Variations
Color information
#9BBA1D (or 0x9BBA1D) is known color: Bahia. HEX triplet: 9B, BA and 1D. RGB value is (155,186,29). Sum of RGB (Red+Green+Blue) = 155+186+29=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBA1D is #6445E2. Grayscale: #9F9F9F. Windows color (decimal): -6571491 or 1948315. OLE color: 1948315.
HSL color Cylindrical-coordinate representation of color #9BBA1D: hue angle of 71.85º 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 #9BBA1D is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 29 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.27 |
| HSL | 71.85º | 0.73% | 0.42% | - |
| HSV(B) | 71.85º | 0.84% | 0.73% | - |
| XYZ | 31.3 | 42.18 | 7.65 | - |
| YUV | 158.83 | 54.73 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 29 | 0.17 | 0 | 0.84 | 0.27 | 71.85 | 0.73 | 0.42 |
| Hex | 9B | BA | 1D | 11 | 0 | 54 | 1B | 48 | 49 | 2A |
| Octal | 233 | 272 | 35 | 21 | 0 | 124 | 33 | 110 | 111 | 52 |
| Binary | 10011011 | 10111010 | 11101 | 10001 | 0 | 1010100 | 11011 | 1001000 | 1001001 | 101010 |
Color Harmonies of #9BBA1D
Complementary color
Monochromatic Colors of #9BBA1D
Black with #9BBA1D
Text Example
Text Example
White with #9BBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA1D; }
p { color: rgb(155,186,29); }
H1.HeaderClassName
{
color: #9BBA1D;
}
.AnyTagClassName
{
color: #9BBA1D;
}
</style>
background-color css
<style>
a { background-color: #9BBA1D; }
a { background-color: rgb(155,186,29); }
div.DivClassName
{
background-color: #9BBA1D;
}
.BgClassName
{
background-color: #9BBA1D;
}
</style>
border-color css
<style>
span { border-color: #9BBA1D; }
span { border-color: rgb(155,186,29); }
td.TdClassName
{
border-color: #9BBA1D;
}
.TagClassName
{
border-color: #9BBA1D;
}
</style>