Shades of Bahia #9CC01D
Tints of Bahia #9CC01D
RGB
CMYK
RGB Variations
Color information
#9CC01D (or 0x9CC01D) is known color: Bahia. HEX triplet: 9C, C0 and 1D. RGB value is (156,192,29). Sum of RGB (Red+Green+Blue) = 156+192+29=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC01D is #633FE2. Grayscale: #A3A3A3. Windows color (decimal): -6504419 or 1949852. OLE color: 1949852.
HSL color Cylindrical-coordinate representation of color #9CC01D: hue angle of 73.25º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9CC01D is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 29 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.25 |
| HSL | 73.25º | 0.74% | 0.43% | - |
| HSV(B) | 73.25º | 0.85% | 0.75% | - |
| XYZ | 32.78 | 44.86 | 8.09 | - |
| YUV | 162.65 | 52.57 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 29 | 0.19 | 0 | 0.85 | 0.25 | 73.25 | 0.74 | 0.43 |
| Hex | 9C | C0 | 1D | 13 | 0 | 55 | 19 | 49 | 4A | 2B |
| Octal | 234 | 300 | 35 | 23 | 0 | 125 | 31 | 111 | 112 | 53 |
| Binary | 10011100 | 11000000 | 11101 | 10011 | 0 | 1010101 | 11001 | 1001001 | 1001010 | 101011 |
Color Harmonies of #9CC01D
Complementary color
Monochromatic Colors of #9CC01D
Black with #9CC01D
Text Example
Text Example
White with #9CC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC01D; }
p { color: rgb(156,192,29); }
H1.HeaderClassName
{
color: #9CC01D;
}
.AnyTagClassName
{
color: #9CC01D;
}
</style>
background-color css
<style>
a { background-color: #9CC01D; }
a { background-color: rgb(156,192,29); }
div.DivClassName
{
background-color: #9CC01D;
}
.BgClassName
{
background-color: #9CC01D;
}
</style>
border-color css
<style>
span { border-color: #9CC01D; }
span { border-color: rgb(156,192,29); }
td.TdClassName
{
border-color: #9CC01D;
}
.TagClassName
{
border-color: #9CC01D;
}
</style>