Shades of Bahia #9DBB2B
Tints of Bahia #9DBB2B
RGB
CMYK
RGB Variations
Color information
#9DBB2B (or 0x9DBB2B) is known color: Bahia. HEX triplet: 9D, BB and 2B. RGB value is (157,187,43). Sum of RGB (Red+Green+Blue) = 157+187+43=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBB2B is #6244D4. Grayscale: #A2A2A2. Windows color (decimal): -6440149 or 2866077. OLE color: 2866077.
HSL color Cylindrical-coordinate representation of color #9DBB2B: hue angle of 72.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9DBB2B is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
RGB | 157 | 187 | 43 | - |
CMYK | 0.16 | 0 | 0.77 | 0.27 |
HSL | 72.5º | 0.63% | 0.45% | - |
HSV(B) | 72.5º | 0.77% | 0.73% | - |
XYZ | 32.11 | 42.88 | 8.87 | - |
YUV | 161.61 | 61.06 | 124.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 187 | 43 | 0.16 | 0 | 0.77 | 0.27 | 72.5 | 0.63 | 0.45 |
Hex | 9D | BB | 2B | 10 | 0 | 4D | 1B | 48 | 3F | 2D |
Octal | 235 | 273 | 53 | 20 | 0 | 115 | 33 | 110 | 77 | 55 |
Binary | 10011101 | 10111011 | 101011 | 10000 | 0 | 1001101 | 11011 | 1001000 | 111111 | 101101 |
Color Harmonies of #9DBB2B
Complementary color
Monochromatic Colors of #9DBB2B
Black with #9DBB2B
Text Example
Text Example
White with #9DBB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB2B; }
p { color: rgb(157,187,43); }
H1.HeaderClassName
{
color: #9DBB2B;
}
.AnyTagClassName
{
color: #9DBB2B;
}
</style>
background-color css
<style>
a { background-color: #9DBB2B; }
a { background-color: rgb(157,187,43); }
div.DivClassName
{
background-color: #9DBB2B;
}
.BgClassName
{
background-color: #9DBB2B;
}
</style>
border-color css
<style>
span { border-color: #9DBB2B; }
span { border-color: rgb(157,187,43); }
td.TdClassName
{
border-color: #9DBB2B;
}
.TagClassName
{
border-color: #9DBB2B;
}
</style>