Shades of Bahia #9BC619
Tints of Bahia #9BC619
RGB
CMYK
RGB Variations
Color information
#9BC619 (or 0x9BC619) is known color: Bahia. HEX triplet: 9B, C6 and 19. RGB value is (155,198,25). Sum of RGB (Red+Green+Blue) = 155+198+25=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC619 is #6439E6. Grayscale: #A6A6A6. Windows color (decimal): -6568423 or 1689243. OLE color: 1689243.
HSL color Cylindrical-coordinate representation of color #9BC619: hue angle of 74.91º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BC619 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 25 | - |
| CMYK | 0.22 | 0 | 0.87 | 0.22 |
| HSL | 74.91º | 0.78% | 0.44% | - |
| HSV(B) | 74.91º | 0.87% | 0.78% | - |
| XYZ | 33.89 | 47.43 | 8.29 | - |
| YUV | 165.42 | 48.75 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 25 | 0.22 | 0 | 0.87 | 0.22 | 74.91 | 0.78 | 0.44 |
| Hex | 9B | C6 | 19 | 16 | 0 | 57 | 16 | 4B | 4E | 2C |
| Octal | 233 | 306 | 31 | 26 | 0 | 127 | 26 | 113 | 116 | 54 |
| Binary | 10011011 | 11000110 | 11001 | 10110 | 0 | 1010111 | 10110 | 1001011 | 1001110 | 101100 |
Color Harmonies of #9BC619
Complementary color
Monochromatic Colors of #9BC619
Black with #9BC619
Text Example
Text Example
White with #9BC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC619; }
p { color: rgb(155,198,25); }
H1.HeaderClassName
{
color: #9BC619;
}
.AnyTagClassName
{
color: #9BC619;
}
</style>
background-color css
<style>
a { background-color: #9BC619; }
a { background-color: rgb(155,198,25); }
div.DivClassName
{
background-color: #9BC619;
}
.BgClassName
{
background-color: #9BC619;
}
</style>
border-color css
<style>
span { border-color: #9BC619; }
span { border-color: rgb(155,198,25); }
td.TdClassName
{
border-color: #9BC619;
}
.TagClassName
{
border-color: #9BC619;
}
</style>