Shades of Bahia #9DB225
Tints of Bahia #9DB225
RGB
CMYK
RGB Variations
Color information
#9DB225 (or 0x9DB225) is known color: Bahia. HEX triplet: 9D, B2 and 25. RGB value is (157,178,37). Sum of RGB (Red+Green+Blue) = 157+178+37=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB225 is #624DDA. Grayscale: #9C9C9C. Windows color (decimal): -6442459 or 2470557. OLE color: 2470557.
HSL color Cylindrical-coordinate representation of color #9DB225: hue angle of 68.94º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9DB225 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 37 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.30 |
| HSL | 68.94º | 0.66% | 0.42% | - |
| HSV(B) | 68.94º | 0.79% | 0.7% | - |
| XYZ | 30.16 | 39.14 | 7.72 | - |
| YUV | 155.65 | 61.04 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 37 | 0.12 | 0 | 0.79 | 0.30 | 68.94 | 0.66 | 0.42 |
| Hex | 9D | B2 | 25 | C | 0 | 4F | 1E | 45 | 42 | 2A |
| Octal | 235 | 262 | 45 | 14 | 0 | 117 | 36 | 105 | 102 | 52 |
| Binary | 10011101 | 10110010 | 100101 | 1100 | 0 | 1001111 | 11110 | 1000101 | 1000010 | 101010 |
Color Harmonies of #9DB225
Complementary color
Monochromatic Colors of #9DB225
Black with #9DB225
Text Example
Text Example
White with #9DB225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB225; }
p { color: rgb(157,178,37); }
H1.HeaderClassName
{
color: #9DB225;
}
.AnyTagClassName
{
color: #9DB225;
}
</style>
background-color css
<style>
a { background-color: #9DB225; }
a { background-color: rgb(157,178,37); }
div.DivClassName
{
background-color: #9DB225;
}
.BgClassName
{
background-color: #9DB225;
}
</style>
border-color css
<style>
span { border-color: #9DB225; }
span { border-color: rgb(157,178,37); }
td.TdClassName
{
border-color: #9DB225;
}
.TagClassName
{
border-color: #9DB225;
}
</style>