Shades of Bahia #9BCC1C
Tints of Bahia #9BCC1C
RGB
CMYK
RGB Variations
Color information
#9BCC1C (or 0x9BCC1C) is known color: Bahia. HEX triplet: 9B, CC and 1C. RGB value is (155,204,28). Sum of RGB (Red+Green+Blue) = 155+204+28=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCC1C is #6433E3. Grayscale: #A9A9A9. Windows color (decimal): -6566884 or 1887387. OLE color: 1887387.
HSL color Cylindrical-coordinate representation of color #9BCC1C: hue angle of 76.7º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BCC1C is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 28 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.2 |
| HSL | 76.7º | 0.76% | 0.45% | - |
| HSV(B) | 76.7º | 0.86% | 0.8% | - |
| XYZ | 35.32 | 50.24 | 8.93 | - |
| YUV | 169.29 | 48.27 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 28 | 0.24 | 0 | 0.86 | 0.2 | 76.7 | 0.76 | 0.45 |
| Hex | 9B | CC | 1C | 18 | 0 | 56 | 14 | 4D | 4C | 2D |
| Octal | 233 | 314 | 34 | 30 | 0 | 126 | 24 | 115 | 114 | 55 |
| Binary | 10011011 | 11001100 | 11100 | 11000 | 0 | 1010110 | 10100 | 1001101 | 1001100 | 101101 |
Color Harmonies of #9BCC1C
Complementary color
Monochromatic Colors of #9BCC1C
Black with #9BCC1C
Text Example
Text Example
White with #9BCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCC1C; }
p { color: rgb(155,204,28); }
H1.HeaderClassName
{
color: #9BCC1C;
}
.AnyTagClassName
{
color: #9BCC1C;
}
</style>
background-color css
<style>
a { background-color: #9BCC1C; }
a { background-color: rgb(155,204,28); }
div.DivClassName
{
background-color: #9BCC1C;
}
.BgClassName
{
background-color: #9BCC1C;
}
</style>
border-color css
<style>
span { border-color: #9BCC1C; }
span { border-color: rgb(155,204,28); }
td.TdClassName
{
border-color: #9BCC1C;
}
.TagClassName
{
border-color: #9BCC1C;
}
</style>