Shades of Bahia #9CB81C
Tints of Bahia #9CB81C
RGB
CMYK
RGB Variations
Color information
#9CB81C (or 0x9CB81C) is known color: Bahia. HEX triplet: 9C, B8 and 1C. RGB value is (156,184,28). Sum of RGB (Red+Green+Blue) = 156+184+28=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB81C is #6347E3. Grayscale: #9E9E9E. Windows color (decimal): -6506468 or 1882268. OLE color: 1882268.
HSL color Cylindrical-coordinate representation of color #9CB81C: hue angle of 70.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9CB81C is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 184 | 28 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.28 |
| HSL | 70.77º | 0.74% | 0.42% | - |
| HSV(B) | 70.77º | 0.85% | 0.72% | - |
| XYZ | 31.06 | 41.43 | 7.46 | - |
| YUV | 157.84 | 54.72 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 28 | 0.15 | 0 | 0.85 | 0.28 | 70.77 | 0.74 | 0.42 |
| Hex | 9C | B8 | 1C | F | 0 | 55 | 1C | 47 | 4A | 2A |
| Octal | 234 | 270 | 34 | 17 | 0 | 125 | 34 | 107 | 112 | 52 |
| Binary | 10011100 | 10111000 | 11100 | 1111 | 0 | 1010101 | 11100 | 1000111 | 1001010 | 101010 |
Color Harmonies of #9CB81C
Complementary color
Monochromatic Colors of #9CB81C
Black with #9CB81C
Text Example
Text Example
White with #9CB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB81C; }
p { color: rgb(156,184,28); }
H1.HeaderClassName
{
color: #9CB81C;
}
.AnyTagClassName
{
color: #9CB81C;
}
</style>
background-color css
<style>
a { background-color: #9CB81C; }
a { background-color: rgb(156,184,28); }
div.DivClassName
{
background-color: #9CB81C;
}
.BgClassName
{
background-color: #9CB81C;
}
</style>
border-color css
<style>
span { border-color: #9CB81C; }
span { border-color: rgb(156,184,28); }
td.TdClassName
{
border-color: #9CB81C;
}
.TagClassName
{
border-color: #9CB81C;
}
</style>