Shades of Bahia #9DBE20
Tints of Bahia #9DBE20
RGB
CMYK
RGB Variations
Color information
#9DBE20 (or 0x9DBE20) is known color: Bahia. HEX triplet: 9D, BE and 20. RGB value is (157,190,32). Sum of RGB (Red+Green+Blue) = 157+190+32=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBE20 is #6241DF. Grayscale: #A2A2A2. Windows color (decimal): -6439392 or 2145949. OLE color: 2145949.
HSL color Cylindrical-coordinate representation of color #9DBE20: hue angle of 72.53º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9DBE20 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 32 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.25 |
| HSL | 72.53º | 0.71% | 0.44% | - |
| HSV(B) | 72.53º | 0.83% | 0.75% | - |
| XYZ | 32.58 | 44.1 | 8.16 | - |
| YUV | 162.12 | 54.57 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 32 | 0.17 | 0 | 0.83 | 0.25 | 72.53 | 0.71 | 0.44 |
| Hex | 9D | BE | 20 | 11 | 0 | 53 | 19 | 49 | 47 | 2C |
| Octal | 235 | 276 | 40 | 21 | 0 | 123 | 31 | 111 | 107 | 54 |
| Binary | 10011101 | 10111110 | 100000 | 10001 | 0 | 1010011 | 11001 | 1001001 | 1000111 | 101100 |
Color Harmonies of #9DBE20
Complementary color
Monochromatic Colors of #9DBE20
Black with #9DBE20
Text Example
Text Example
White with #9DBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE20; }
p { color: rgb(157,190,32); }
H1.HeaderClassName
{
color: #9DBE20;
}
.AnyTagClassName
{
color: #9DBE20;
}
</style>
background-color css
<style>
a { background-color: #9DBE20; }
a { background-color: rgb(157,190,32); }
div.DivClassName
{
background-color: #9DBE20;
}
.BgClassName
{
background-color: #9DBE20;
}
</style>
border-color css
<style>
span { border-color: #9DBE20; }
span { border-color: rgb(157,190,32); }
td.TdClassName
{
border-color: #9DBE20;
}
.TagClassName
{
border-color: #9DBE20;
}
</style>