Shades of Bahia #9DC021
Tints of Bahia #9DC021
RGB
CMYK
RGB Variations
Color information
#9DC021 (or 0x9DC021) is known color: Bahia. HEX triplet: 9D, C0 and 21. RGB value is (157,192,33). Sum of RGB (Red+Green+Blue) = 157+192+33=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC021 is #623FDE. Grayscale: #A4A4A4. Windows color (decimal): -6438879 or 2211997. OLE color: 2211997.
HSL color Cylindrical-coordinate representation of color #9DC021: hue angle of 73.21º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9DC021 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 33 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.25 |
| HSL | 73.21º | 0.71% | 0.44% | - |
| HSV(B) | 73.21º | 0.83% | 0.75% | - |
| XYZ | 33.03 | 44.98 | 8.38 | - |
| YUV | 163.41 | 54.4 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 33 | 0.18 | 0 | 0.83 | 0.25 | 73.21 | 0.71 | 0.44 |
| Hex | 9D | C0 | 21 | 12 | 0 | 53 | 19 | 49 | 47 | 2C |
| Octal | 235 | 300 | 41 | 22 | 0 | 123 | 31 | 111 | 107 | 54 |
| Binary | 10011101 | 11000000 | 100001 | 10010 | 0 | 1010011 | 11001 | 1001001 | 1000111 | 101100 |
Color Harmonies of #9DC021
Complementary color
Monochromatic Colors of #9DC021
Black with #9DC021
Text Example
Text Example
White with #9DC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC021; }
p { color: rgb(157,192,33); }
H1.HeaderClassName
{
color: #9DC021;
}
.AnyTagClassName
{
color: #9DC021;
}
</style>
background-color css
<style>
a { background-color: #9DC021; }
a { background-color: rgb(157,192,33); }
div.DivClassName
{
background-color: #9DC021;
}
.BgClassName
{
background-color: #9DC021;
}
</style>
border-color css
<style>
span { border-color: #9DC021; }
span { border-color: rgb(157,192,33); }
td.TdClassName
{
border-color: #9DC021;
}
.TagClassName
{
border-color: #9DC021;
}
</style>