Shades of Bahia #9CC81D
Tints of Bahia #9CC81D
RGB
CMYK
RGB Variations
Color information
#9CC81D (or 0x9CC81D) is known color: Bahia. HEX triplet: 9C, C8 and 1D. RGB value is (156,200,29). Sum of RGB (Red+Green+Blue) = 156+200+29=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC81D is #6337E2. Grayscale: #A7A7A7. Windows color (decimal): -6502371 or 1951900. OLE color: 1951900.
HSL color Cylindrical-coordinate representation of color #9CC81D: hue angle of 75.44º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9CC81D is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 29 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.22 |
| HSL | 75.44º | 0.75% | 0.45% | - |
| HSV(B) | 75.44º | 0.86% | 0.78% | - |
| XYZ | 34.59 | 48.47 | 8.69 | - |
| YUV | 167.35 | 49.92 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 29 | 0.22 | 0 | 0.86 | 0.22 | 75.44 | 0.75 | 0.45 |
| Hex | 9C | C8 | 1D | 16 | 0 | 56 | 16 | 4B | 4B | 2D |
| Octal | 234 | 310 | 35 | 26 | 0 | 126 | 26 | 113 | 113 | 55 |
| Binary | 10011100 | 11001000 | 11101 | 10110 | 0 | 1010110 | 10110 | 1001011 | 1001011 | 101101 |
Color Harmonies of #9CC81D
Complementary color
Monochromatic Colors of #9CC81D
Black with #9CC81D
Text Example
Text Example
White with #9CC81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC81D; }
p { color: rgb(156,200,29); }
H1.HeaderClassName
{
color: #9CC81D;
}
.AnyTagClassName
{
color: #9CC81D;
}
</style>
background-color css
<style>
a { background-color: #9CC81D; }
a { background-color: rgb(156,200,29); }
div.DivClassName
{
background-color: #9CC81D;
}
.BgClassName
{
background-color: #9CC81D;
}
</style>
border-color css
<style>
span { border-color: #9CC81D; }
span { border-color: rgb(156,200,29); }
td.TdClassName
{
border-color: #9CC81D;
}
.TagClassName
{
border-color: #9CC81D;
}
</style>