Shades of Bahia #9CC51D
Tints of Bahia #9CC51D
RGB
CMYK
RGB Variations
Color information
#9CC51D (or 0x9CC51D) is known color: Bahia. HEX triplet: 9C, C5 and 1D. RGB value is (156,197,29). Sum of RGB (Red+Green+Blue) = 156+197+29=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC51D is #633AE2. Grayscale: #A6A6A6. Windows color (decimal): -6503139 or 1951132. OLE color: 1951132.
HSL color Cylindrical-coordinate representation of color #9CC51D: hue angle of 74.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9CC51D is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 197 | 29 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.23 |
| HSL | 74.64º | 0.74% | 0.44% | - |
| HSV(B) | 74.64º | 0.85% | 0.77% | - |
| XYZ | 33.9 | 47.09 | 8.46 | - |
| YUV | 165.59 | 50.92 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 29 | 0.21 | 0 | 0.85 | 0.23 | 74.64 | 0.74 | 0.44 |
| Hex | 9C | C5 | 1D | 15 | 0 | 55 | 17 | 4B | 4A | 2C |
| Octal | 234 | 305 | 35 | 25 | 0 | 125 | 27 | 113 | 112 | 54 |
| Binary | 10011100 | 11000101 | 11101 | 10101 | 0 | 1010101 | 10111 | 1001011 | 1001010 | 101100 |
Color Harmonies of #9CC51D
Complementary color
Monochromatic Colors of #9CC51D
Black with #9CC51D
Text Example
Text Example
White with #9CC51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC51D; }
p { color: rgb(156,197,29); }
H1.HeaderClassName
{
color: #9CC51D;
}
.AnyTagClassName
{
color: #9CC51D;
}
</style>
background-color css
<style>
a { background-color: #9CC51D; }
a { background-color: rgb(156,197,29); }
div.DivClassName
{
background-color: #9CC51D;
}
.BgClassName
{
background-color: #9CC51D;
}
</style>
border-color css
<style>
span { border-color: #9CC51D; }
span { border-color: rgb(156,197,29); }
td.TdClassName
{
border-color: #9CC51D;
}
.TagClassName
{
border-color: #9CC51D;
}
</style>