Shades of Bahia #9BC41C
Tints of Bahia #9BC41C
RGB
CMYK
RGB Variations
Color information
#9BC41C (or 0x9BC41C) is known color: Bahia. HEX triplet: 9B, C4 and 1C. RGB value is (155,196,28). Sum of RGB (Red+Green+Blue) = 155+196+28=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC41C is #643BE3. Grayscale: #A5A5A5. Windows color (decimal): -6568932 or 1885339. OLE color: 1885339.
HSL color Cylindrical-coordinate representation of color #9BC41C: hue angle of 74.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BC41C is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 28 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.23 |
| HSL | 74.64º | 0.75% | 0.44% | - |
| HSV(B) | 74.64º | 0.86% | 0.77% | - |
| XYZ | 33.47 | 46.53 | 8.32 | - |
| YUV | 164.59 | 50.92 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 28 | 0.21 | 0 | 0.86 | 0.23 | 74.64 | 0.75 | 0.44 |
| Hex | 9B | C4 | 1C | 15 | 0 | 56 | 17 | 4B | 4B | 2C |
| Octal | 233 | 304 | 34 | 25 | 0 | 126 | 27 | 113 | 113 | 54 |
| Binary | 10011011 | 11000100 | 11100 | 10101 | 0 | 1010110 | 10111 | 1001011 | 1001011 | 101100 |
Color Harmonies of #9BC41C
Complementary color
Monochromatic Colors of #9BC41C
Black with #9BC41C
Text Example
Text Example
White with #9BC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC41C; }
p { color: rgb(155,196,28); }
H1.HeaderClassName
{
color: #9BC41C;
}
.AnyTagClassName
{
color: #9BC41C;
}
</style>
background-color css
<style>
a { background-color: #9BC41C; }
a { background-color: rgb(155,196,28); }
div.DivClassName
{
background-color: #9BC41C;
}
.BgClassName
{
background-color: #9BC41C;
}
</style>
border-color css
<style>
span { border-color: #9BC41C; }
span { border-color: rgb(155,196,28); }
td.TdClassName
{
border-color: #9BC41C;
}
.TagClassName
{
border-color: #9BC41C;
}
</style>