Shades of Bahia #9DBD18
Tints of Bahia #9DBD18
RGB
CMYK
RGB Variations
Color information
#9DBD18 (or 0x9DBD18) is known color: Bahia. HEX triplet: 9D, BD and 18. RGB value is (157,189,24). Sum of RGB (Red+Green+Blue) = 157+189+24=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBD18 is #6242E7. Grayscale: #A1A1A1. Windows color (decimal): -6439656 or 1621405. OLE color: 1621405.
HSL color Cylindrical-coordinate representation of color #9DBD18: hue angle of 71.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DBD18 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 24 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.26 |
| HSL | 71.64º | 0.77% | 0.42% | - |
| HSV(B) | 71.64º | 0.87% | 0.74% | - |
| XYZ | 32.27 | 43.63 | 7.58 | - |
| YUV | 160.62 | 50.9 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 24 | 0.17 | 0 | 0.87 | 0.26 | 71.64 | 0.77 | 0.42 |
| Hex | 9D | BD | 18 | 11 | 0 | 57 | 1A | 48 | 4D | 2A |
| Octal | 235 | 275 | 30 | 21 | 0 | 127 | 32 | 110 | 115 | 52 |
| Binary | 10011101 | 10111101 | 11000 | 10001 | 0 | 1010111 | 11010 | 1001000 | 1001101 | 101010 |
Color Harmonies of #9DBD18
Complementary color
Monochromatic Colors of #9DBD18
Black with #9DBD18
Text Example
Text Example
White with #9DBD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD18; }
p { color: rgb(157,189,24); }
H1.HeaderClassName
{
color: #9DBD18;
}
.AnyTagClassName
{
color: #9DBD18;
}
</style>
background-color css
<style>
a { background-color: #9DBD18; }
a { background-color: rgb(157,189,24); }
div.DivClassName
{
background-color: #9DBD18;
}
.BgClassName
{
background-color: #9DBD18;
}
</style>
border-color css
<style>
span { border-color: #9DBD18; }
span { border-color: rgb(157,189,24); }
td.TdClassName
{
border-color: #9DBD18;
}
.TagClassName
{
border-color: #9DBD18;
}
</style>