Shades of Bahia #9DCD17
Tints of Bahia #9DCD17
RGB
CMYK
RGB Variations
Color information
#9DCD17 (or 0x9DCD17) is known color: Bahia. HEX triplet: 9D, CD and 17. RGB value is (157,205,23). Sum of RGB (Red+Green+Blue) = 157+205+23=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCD17 is #6232E8. Grayscale: #AAAAAA. Windows color (decimal): -6435561 or 1559965. OLE color: 1559965.
HSL color Cylindrical-coordinate representation of color #9DCD17: hue angle of 75.82º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DCD17 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 23 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.20 |
| HSL | 75.82º | 0.8% | 0.45% | - |
| HSV(B) | 75.82º | 0.89% | 0.8% | - |
| XYZ | 35.89 | 50.89 | 8.74 | - |
| YUV | 169.9 | 45.1 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 23 | 0.23 | 0 | 0.89 | 0.20 | 75.82 | 0.8 | 0.45 |
| Hex | 9D | CD | 17 | 17 | 0 | 59 | 14 | 4C | 50 | 2D |
| Octal | 235 | 315 | 27 | 27 | 0 | 131 | 24 | 114 | 120 | 55 |
| Binary | 10011101 | 11001101 | 10111 | 10111 | 0 | 1011001 | 10100 | 1001100 | 1010000 | 101101 |
Color Harmonies of #9DCD17
Complementary color
Monochromatic Colors of #9DCD17
Black with #9DCD17
Text Example
Text Example
White with #9DCD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD17; }
p { color: rgb(157,205,23); }
H1.HeaderClassName
{
color: #9DCD17;
}
.AnyTagClassName
{
color: #9DCD17;
}
</style>
background-color css
<style>
a { background-color: #9DCD17; }
a { background-color: rgb(157,205,23); }
div.DivClassName
{
background-color: #9DCD17;
}
.BgClassName
{
background-color: #9DCD17;
}
</style>
border-color css
<style>
span { border-color: #9DCD17; }
span { border-color: rgb(157,205,23); }
td.TdClassName
{
border-color: #9DCD17;
}
.TagClassName
{
border-color: #9DCD17;
}
</style>