Shades of Bahia #9DBD25
Tints of Bahia #9DBD25
RGB
CMYK
RGB Variations
Color information
#9DBD25 (or 0x9DBD25) is known color: Bahia. HEX triplet: 9D, BD and 25. RGB value is (157,189,37). Sum of RGB (Red+Green+Blue) = 157+189+37=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBD25 is #6242DA. Grayscale: #A2A2A2. Windows color (decimal): -6439643 or 2473373. OLE color: 2473373.
HSL color Cylindrical-coordinate representation of color #9DBD25: hue angle of 72.63º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9DBD25 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 37 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.26 |
| HSL | 72.63º | 0.67% | 0.44% | - |
| HSV(B) | 72.63º | 0.8% | 0.74% | - |
| XYZ | 32.44 | 43.7 | 8.48 | - |
| YUV | 162.1 | 57.4 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 37 | 0.17 | 0 | 0.80 | 0.26 | 72.63 | 0.67 | 0.44 |
| Hex | 9D | BD | 25 | 11 | 0 | 50 | 1A | 49 | 43 | 2C |
| Octal | 235 | 275 | 45 | 21 | 0 | 120 | 32 | 111 | 103 | 54 |
| Binary | 10011101 | 10111101 | 100101 | 10001 | 0 | 1010000 | 11010 | 1001001 | 1000011 | 101100 |
Color Harmonies of #9DBD25
Complementary color
Monochromatic Colors of #9DBD25
Black with #9DBD25
Text Example
Text Example
White with #9DBD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD25; }
p { color: rgb(157,189,37); }
H1.HeaderClassName
{
color: #9DBD25;
}
.AnyTagClassName
{
color: #9DBD25;
}
</style>
background-color css
<style>
a { background-color: #9DBD25; }
a { background-color: rgb(157,189,37); }
div.DivClassName
{
background-color: #9DBD25;
}
.BgClassName
{
background-color: #9DBD25;
}
</style>
border-color css
<style>
span { border-color: #9DBD25; }
span { border-color: rgb(157,189,37); }
td.TdClassName
{
border-color: #9DBD25;
}
.TagClassName
{
border-color: #9DBD25;
}
</style>