Shades of Bahia #9DCE11
Tints of Bahia #9DCE11
RGB
CMYK
RGB Variations
Color information
#9DCE11 (or 0x9DCE11) is known color: Bahia. HEX triplet: 9D, CE and 11. RGB value is (157,206,17). Sum of RGB (Red+Green+Blue) = 157+206+17=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCE11 is #6231EE. Grayscale: #AAAAAA. Windows color (decimal): -6435311 or 1167005. OLE color: 1167005.
HSL color Cylindrical-coordinate representation of color #9DCE11: hue angle of 75.56º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DCE11 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 17 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.19 |
| HSL | 75.56º | 0.85% | 0.44% | - |
| HSV(B) | 75.56º | 0.92% | 0.81% | - |
| XYZ | 36.08 | 51.35 | 8.54 | - |
| YUV | 169.8 | 41.77 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 17 | 0.24 | 0 | 0.92 | 0.19 | 75.56 | 0.85 | 0.44 |
| Hex | 9D | CE | 11 | 18 | 0 | 5C | 13 | 4C | 55 | 2C |
| Octal | 235 | 316 | 21 | 30 | 0 | 134 | 23 | 114 | 125 | 54 |
| Binary | 10011101 | 11001110 | 10001 | 11000 | 0 | 1011100 | 10011 | 1001100 | 1010101 | 101100 |
Color Harmonies of #9DCE11
Complementary color
Monochromatic Colors of #9DCE11
Black with #9DCE11
Text Example
Text Example
White with #9DCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCE11; }
p { color: rgb(157,206,17); }
H1.HeaderClassName
{
color: #9DCE11;
}
.AnyTagClassName
{
color: #9DCE11;
}
</style>
background-color css
<style>
a { background-color: #9DCE11; }
a { background-color: rgb(157,206,17); }
div.DivClassName
{
background-color: #9DCE11;
}
.BgClassName
{
background-color: #9DCE11;
}
</style>
border-color css
<style>
span { border-color: #9DCE11; }
span { border-color: rgb(157,206,17); }
td.TdClassName
{
border-color: #9DCE11;
}
.TagClassName
{
border-color: #9DCE11;
}
</style>