Shades of Bahia #9DBE18
Tints of Bahia #9DBE18
RGB
CMYK
RGB Variations
Color information
#9DBE18 (or 0x9DBE18) is known color: Bahia. HEX triplet: 9D, BE and 18. RGB value is (157,190,24). Sum of RGB (Red+Green+Blue) = 157+190+24=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBE18 is #6241E7. Grayscale: #A1A1A1. Windows color (decimal): -6439400 or 1621661. OLE color: 1621661.
HSL color Cylindrical-coordinate representation of color #9DBE18: hue angle of 71.93º degrees, saturation: 0.78, 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 #9DBE18 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 24 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.25 |
| HSL | 71.93º | 0.78% | 0.42% | - |
| HSV(B) | 71.93º | 0.87% | 0.75% | - |
| XYZ | 32.48 | 44.06 | 7.66 | - |
| YUV | 161.21 | 50.57 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 24 | 0.17 | 0 | 0.87 | 0.25 | 71.93 | 0.78 | 0.42 |
| Hex | 9D | BE | 18 | 11 | 0 | 57 | 19 | 48 | 4E | 2A |
| Octal | 235 | 276 | 30 | 21 | 0 | 127 | 31 | 110 | 116 | 52 |
| Binary | 10011101 | 10111110 | 11000 | 10001 | 0 | 1010111 | 11001 | 1001000 | 1001110 | 101010 |
Color Harmonies of #9DBE18
Complementary color
Monochromatic Colors of #9DBE18
Black with #9DBE18
Text Example
Text Example
White with #9DBE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE18; }
p { color: rgb(157,190,24); }
H1.HeaderClassName
{
color: #9DBE18;
}
.AnyTagClassName
{
color: #9DBE18;
}
</style>
background-color css
<style>
a { background-color: #9DBE18; }
a { background-color: rgb(157,190,24); }
div.DivClassName
{
background-color: #9DBE18;
}
.BgClassName
{
background-color: #9DBE18;
}
</style>
border-color css
<style>
span { border-color: #9DBE18; }
span { border-color: rgb(157,190,24); }
td.TdClassName
{
border-color: #9DBE18;
}
.TagClassName
{
border-color: #9DBE18;
}
</style>