Shades of Bahia #9BC817
Tints of Bahia #9BC817
RGB
CMYK
RGB Variations
Color information
#9BC817 (or 0x9BC817) is known color: Bahia. HEX triplet: 9B, C8 and 17. RGB value is (155,200,23). Sum of RGB (Red+Green+Blue) = 155+200+23=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC817 is #6437E8. Grayscale: #A7A7A7. Windows color (decimal): -6567913 or 1558683. OLE color: 1558683.
HSL color Cylindrical-coordinate representation of color #9BC817: hue angle of 75.25º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BC817 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 23 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.22 |
| HSL | 75.25º | 0.79% | 0.44% | - |
| HSV(B) | 75.25º | 0.89% | 0.78% | - |
| XYZ | 34.33 | 48.34 | 8.33 | - |
| YUV | 166.37 | 47.09 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 23 | 0.22 | 0 | 0.88 | 0.22 | 75.25 | 0.79 | 0.44 |
| Hex | 9B | C8 | 17 | 16 | 0 | 58 | 16 | 4B | 4F | 2C |
| Octal | 233 | 310 | 27 | 26 | 0 | 130 | 26 | 113 | 117 | 54 |
| Binary | 10011011 | 11001000 | 10111 | 10110 | 0 | 1011000 | 10110 | 1001011 | 1001111 | 101100 |
Color Harmonies of #9BC817
Complementary color
Monochromatic Colors of #9BC817
Black with #9BC817
Text Example
Text Example
White with #9BC817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC817; }
p { color: rgb(155,200,23); }
H1.HeaderClassName
{
color: #9BC817;
}
.AnyTagClassName
{
color: #9BC817;
}
</style>
background-color css
<style>
a { background-color: #9BC817; }
a { background-color: rgb(155,200,23); }
div.DivClassName
{
background-color: #9BC817;
}
.BgClassName
{
background-color: #9BC817;
}
</style>
border-color css
<style>
span { border-color: #9BC817; }
span { border-color: rgb(155,200,23); }
td.TdClassName
{
border-color: #9BC817;
}
.TagClassName
{
border-color: #9BC817;
}
</style>