Shades of Bahia #9CC31B
Tints of Bahia #9CC31B
RGB
CMYK
RGB Variations
Color information
#9CC31B (or 0x9CC31B) is known color: Bahia. HEX triplet: 9C, C3 and 1B. RGB value is (156,195,27). Sum of RGB (Red+Green+Blue) = 156+195+27=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC31B is #633CE4. Grayscale: #A4A4A4. Windows color (decimal): -6503653 or 1819548. OLE color: 1819548.
HSL color Cylindrical-coordinate representation of color #9CC31B: hue angle of 73.93º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9CC31B is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 27 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.24 |
| HSL | 73.93º | 0.76% | 0.44% | - |
| HSV(B) | 73.93º | 0.86% | 0.76% | - |
| XYZ | 33.42 | 46.18 | 8.19 | - |
| YUV | 164.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 27 | 0.20 | 0 | 0.86 | 0.24 | 73.93 | 0.76 | 0.44 |
| Hex | 9C | C3 | 1B | 14 | 0 | 56 | 18 | 4A | 4C | 2C |
| Octal | 234 | 303 | 33 | 24 | 0 | 126 | 30 | 112 | 114 | 54 |
| Binary | 10011100 | 11000011 | 11011 | 10100 | 0 | 1010110 | 11000 | 1001010 | 1001100 | 101100 |
Color Harmonies of #9CC31B
Complementary color
Monochromatic Colors of #9CC31B
Black with #9CC31B
Text Example
Text Example
White with #9CC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC31B; }
p { color: rgb(156,195,27); }
H1.HeaderClassName
{
color: #9CC31B;
}
.AnyTagClassName
{
color: #9CC31B;
}
</style>
background-color css
<style>
a { background-color: #9CC31B; }
a { background-color: rgb(156,195,27); }
div.DivClassName
{
background-color: #9CC31B;
}
.BgClassName
{
background-color: #9CC31B;
}
</style>
border-color css
<style>
span { border-color: #9CC31B; }
span { border-color: rgb(156,195,27); }
td.TdClassName
{
border-color: #9CC31B;
}
.TagClassName
{
border-color: #9CC31B;
}
</style>