Shades of Bahia #9CC614
Tints of Bahia #9CC614
RGB
CMYK
RGB Variations
Color information
#9CC614 (or 0x9CC614) is known color: Bahia. HEX triplet: 9C, C6 and 14. RGB value is (156,198,20). Sum of RGB (Red+Green+Blue) = 156+198+20=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC614 is #6339EB. Grayscale: #A5A5A5. Windows color (decimal): -6502892 or 1361564. OLE color: 1361564.
HSL color Cylindrical-coordinate representation of color #9CC614: hue angle of 74.16º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CC614 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 198 | 20 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.22 |
| HSL | 74.16º | 0.82% | 0.43% | - |
| HSV(B) | 74.16º | 0.9% | 0.78% | - |
| XYZ | 34.03 | 47.51 | 8.04 | - |
| YUV | 165.15 | 46.09 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 20 | 0.21 | 0 | 0.90 | 0.22 | 74.16 | 0.82 | 0.43 |
| Hex | 9C | C6 | 14 | 15 | 0 | 5A | 16 | 4A | 52 | 2B |
| Octal | 234 | 306 | 24 | 25 | 0 | 132 | 26 | 112 | 122 | 53 |
| Binary | 10011100 | 11000110 | 10100 | 10101 | 0 | 1011010 | 10110 | 1001010 | 1010010 | 101011 |
Color Harmonies of #9CC614
Complementary color
Monochromatic Colors of #9CC614
Black with #9CC614
Text Example
Text Example
White with #9CC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC614; }
p { color: rgb(156,198,20); }
H1.HeaderClassName
{
color: #9CC614;
}
.AnyTagClassName
{
color: #9CC614;
}
</style>
background-color css
<style>
a { background-color: #9CC614; }
a { background-color: rgb(156,198,20); }
div.DivClassName
{
background-color: #9CC614;
}
.BgClassName
{
background-color: #9CC614;
}
</style>
border-color css
<style>
span { border-color: #9CC614; }
span { border-color: rgb(156,198,20); }
td.TdClassName
{
border-color: #9CC614;
}
.TagClassName
{
border-color: #9CC614;
}
</style>