Shades of Bahia #9CCA1E
Tints of Bahia #9CCA1E
RGB
CMYK
RGB Variations
Color information
#9CCA1E (or 0x9CCA1E) is known color: Bahia. HEX triplet: 9C, CA and 1E. RGB value is (156,202,30). Sum of RGB (Red+Green+Blue) = 156+202+30=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCA1E is #6335E1. Grayscale: #A9A9A9. Windows color (decimal): -6501858 or 2017948. OLE color: 2017948.
HSL color Cylindrical-coordinate representation of color #9CCA1E: hue angle of 76.05º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9CCA1E is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 30 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.21 |
| HSL | 76.05º | 0.74% | 0.45% | - |
| HSV(B) | 76.05º | 0.85% | 0.79% | - |
| XYZ | 35.07 | 49.4 | 8.92 | - |
| YUV | 168.64 | 49.76 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 30 | 0.23 | 0 | 0.85 | 0.21 | 76.05 | 0.74 | 0.45 |
| Hex | 9C | CA | 1E | 17 | 0 | 55 | 15 | 4C | 4A | 2D |
| Octal | 234 | 312 | 36 | 27 | 0 | 125 | 25 | 114 | 112 | 55 |
| Binary | 10011100 | 11001010 | 11110 | 10111 | 0 | 1010101 | 10101 | 1001100 | 1001010 | 101101 |
Color Harmonies of #9CCA1E
Complementary color
Monochromatic Colors of #9CCA1E
Black with #9CCA1E
Text Example
Text Example
White with #9CCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA1E; }
p { color: rgb(156,202,30); }
H1.HeaderClassName
{
color: #9CCA1E;
}
.AnyTagClassName
{
color: #9CCA1E;
}
</style>
background-color css
<style>
a { background-color: #9CCA1E; }
a { background-color: rgb(156,202,30); }
div.DivClassName
{
background-color: #9CCA1E;
}
.BgClassName
{
background-color: #9CCA1E;
}
</style>
border-color css
<style>
span { border-color: #9CCA1E; }
span { border-color: rgb(156,202,30); }
td.TdClassName
{
border-color: #9CCA1E;
}
.TagClassName
{
border-color: #9CCA1E;
}
</style>