Shades of Bahia #9DBE25
Tints of Bahia #9DBE25
RGB
CMYK
RGB Variations
Color information
#9DBE25 (or 0x9DBE25) is known color: Bahia. HEX triplet: 9D, BE and 25. RGB value is (157,190,37). Sum of RGB (Red+Green+Blue) = 157+190+37=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBE25 is #6241DA. Grayscale: #A3A3A3. Windows color (decimal): -6439387 or 2473629. OLE color: 2473629.
HSL color Cylindrical-coordinate representation of color #9DBE25: hue angle of 72.94º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9DBE25 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 37 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.25 |
| HSL | 72.94º | 0.67% | 0.45% | - |
| HSV(B) | 72.94º | 0.81% | 0.75% | - |
| XYZ | 32.65 | 44.13 | 8.55 | - |
| YUV | 162.69 | 57.07 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 37 | 0.17 | 0 | 0.81 | 0.25 | 72.94 | 0.67 | 0.45 |
| Hex | 9D | BE | 25 | 11 | 0 | 51 | 19 | 49 | 43 | 2D |
| Octal | 235 | 276 | 45 | 21 | 0 | 121 | 31 | 111 | 103 | 55 |
| Binary | 10011101 | 10111110 | 100101 | 10001 | 0 | 1010001 | 11001 | 1001001 | 1000011 | 101101 |
Color Harmonies of #9DBE25
Complementary color
Monochromatic Colors of #9DBE25
Black with #9DBE25
Text Example
Text Example
White with #9DBE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE25; }
p { color: rgb(157,190,37); }
H1.HeaderClassName
{
color: #9DBE25;
}
.AnyTagClassName
{
color: #9DBE25;
}
</style>
background-color css
<style>
a { background-color: #9DBE25; }
a { background-color: rgb(157,190,37); }
div.DivClassName
{
background-color: #9DBE25;
}
.BgClassName
{
background-color: #9DBE25;
}
</style>
border-color css
<style>
span { border-color: #9DBE25; }
span { border-color: rgb(157,190,37); }
td.TdClassName
{
border-color: #9DBE25;
}
.TagClassName
{
border-color: #9DBE25;
}
</style>