Shades of Bahia #9DC01D
Tints of Bahia #9DC01D
RGB
CMYK
RGB Variations
Color information
#9DC01D (or 0x9DC01D) is known color: Bahia. HEX triplet: 9D, C0 and 1D. RGB value is (157,192,29). Sum of RGB (Red+Green+Blue) = 157+192+29=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC01D is #623FE2. Grayscale: #A3A3A3. Windows color (decimal): -6438883 or 1949853. OLE color: 1949853.
HSL color Cylindrical-coordinate representation of color #9DC01D: hue angle of 72.88º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9DC01D is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 29 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.25 |
| HSL | 72.88º | 0.74% | 0.43% | - |
| HSV(B) | 72.88º | 0.85% | 0.75% | - |
| XYZ | 32.98 | 44.96 | 8.1 | - |
| YUV | 162.95 | 52.4 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 29 | 0.18 | 0 | 0.85 | 0.25 | 72.88 | 0.74 | 0.43 |
| Hex | 9D | C0 | 1D | 12 | 0 | 55 | 19 | 49 | 4A | 2B |
| Octal | 235 | 300 | 35 | 22 | 0 | 125 | 31 | 111 | 112 | 53 |
| Binary | 10011101 | 11000000 | 11101 | 10010 | 0 | 1010101 | 11001 | 1001001 | 1001010 | 101011 |
Color Harmonies of #9DC01D
Complementary color
Monochromatic Colors of #9DC01D
Black with #9DC01D
Text Example
Text Example
White with #9DC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC01D; }
p { color: rgb(157,192,29); }
H1.HeaderClassName
{
color: #9DC01D;
}
.AnyTagClassName
{
color: #9DC01D;
}
</style>
background-color css
<style>
a { background-color: #9DC01D; }
a { background-color: rgb(157,192,29); }
div.DivClassName
{
background-color: #9DC01D;
}
.BgClassName
{
background-color: #9DC01D;
}
</style>
border-color css
<style>
span { border-color: #9DC01D; }
span { border-color: rgb(157,192,29); }
td.TdClassName
{
border-color: #9DC01D;
}
.TagClassName
{
border-color: #9DC01D;
}
</style>