Shades of Bahia #9DC41B
Tints of Bahia #9DC41B
RGB
CMYK
RGB Variations
Color information
#9DC41B (or 0x9DC41B) is known color: Bahia. HEX triplet: 9D, C4 and 1B. RGB value is (157,196,27). Sum of RGB (Red+Green+Blue) = 157+196+27=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC41B is #623BE4. Grayscale: #A5A5A5. Windows color (decimal): -6437861 or 1819805. OLE color: 1819805.
HSL color Cylindrical-coordinate representation of color #9DC41B: hue angle of 73.85º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9DC41B is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 27 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.23 |
| HSL | 73.85º | 0.76% | 0.44% | - |
| HSV(B) | 73.85º | 0.86% | 0.77% | - |
| XYZ | 33.84 | 46.73 | 8.27 | - |
| YUV | 165.07 | 50.08 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 27 | 0.20 | 0 | 0.86 | 0.23 | 73.85 | 0.76 | 0.44 |
| Hex | 9D | C4 | 1B | 14 | 0 | 56 | 17 | 4A | 4C | 2C |
| Octal | 235 | 304 | 33 | 24 | 0 | 126 | 27 | 112 | 114 | 54 |
| Binary | 10011101 | 11000100 | 11011 | 10100 | 0 | 1010110 | 10111 | 1001010 | 1001100 | 101100 |
Color Harmonies of #9DC41B
Complementary color
Monochromatic Colors of #9DC41B
Black with #9DC41B
Text Example
Text Example
White with #9DC41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC41B; }
p { color: rgb(157,196,27); }
H1.HeaderClassName
{
color: #9DC41B;
}
.AnyTagClassName
{
color: #9DC41B;
}
</style>
background-color css
<style>
a { background-color: #9DC41B; }
a { background-color: rgb(157,196,27); }
div.DivClassName
{
background-color: #9DC41B;
}
.BgClassName
{
background-color: #9DC41B;
}
</style>
border-color css
<style>
span { border-color: #9DC41B; }
span { border-color: rgb(157,196,27); }
td.TdClassName
{
border-color: #9DC41B;
}
.TagClassName
{
border-color: #9DC41B;
}
</style>