Shades of Bahia #9DBE19
Tints of Bahia #9DBE19
RGB
CMYK
RGB Variations
Color information
#9DBE19 (or 0x9DBE19) is known color: Bahia. HEX triplet: 9D, BE and 19. RGB value is (157,190,25). Sum of RGB (Red+Green+Blue) = 157+190+25=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBE19 is #6241E6. Grayscale: #A1A1A1. Windows color (decimal): -6439399 or 1687197. OLE color: 1687197.
HSL color Cylindrical-coordinate representation of color #9DBE19: hue angle of 72º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DBE19 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 25 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.25 |
| HSL | 72º | 0.77% | 0.42% | - |
| HSV(B) | 72º | 0.87% | 0.75% | - |
| XYZ | 32.49 | 44.07 | 7.71 | - |
| YUV | 161.32 | 51.07 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 25 | 0.17 | 0 | 0.87 | 0.25 | 72 | 0.77 | 0.42 |
| Hex | 9D | BE | 19 | 11 | 0 | 57 | 19 | 48 | 4D | 2A |
| Octal | 235 | 276 | 31 | 21 | 0 | 127 | 31 | 110 | 115 | 52 |
| Binary | 10011101 | 10111110 | 11001 | 10001 | 0 | 1010111 | 11001 | 1001000 | 1001101 | 101010 |
Color Harmonies of #9DBE19
Complementary color
Monochromatic Colors of #9DBE19
Black with #9DBE19
Text Example
Text Example
White with #9DBE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE19; }
p { color: rgb(157,190,25); }
H1.HeaderClassName
{
color: #9DBE19;
}
.AnyTagClassName
{
color: #9DBE19;
}
</style>
background-color css
<style>
a { background-color: #9DBE19; }
a { background-color: rgb(157,190,25); }
div.DivClassName
{
background-color: #9DBE19;
}
.BgClassName
{
background-color: #9DBE19;
}
</style>
border-color css
<style>
span { border-color: #9DBE19; }
span { border-color: rgb(157,190,25); }
td.TdClassName
{
border-color: #9DBE19;
}
.TagClassName
{
border-color: #9DBE19;
}
</style>