Shades of Bahia #9BD013
Tints of Bahia #9BD013
RGB
CMYK
RGB Variations
Color information
#9BD013 (or 0x9BD013) is known color: Bahia. HEX triplet: 9B, D0 and 13. RGB value is (155,208,19). Sum of RGB (Red+Green+Blue) = 155+208+19=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 208 (81.64% from 255 or 54.45% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD013 is #642FEC. Grayscale: #ABABAB. Windows color (decimal): -6565869 or 1298587. OLE color: 1298587.
HSL color Cylindrical-coordinate representation of color #9BD013: hue angle of 76.83º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BD013 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 19 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.18 |
| HSL | 76.83º | 0.83% | 0.45% | - |
| HSV(B) | 76.83º | 0.91% | 0.82% | - |
| XYZ | 36.19 | 52.13 | 8.77 | - |
| YUV | 170.61 | 42.44 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 19 | 0.25 | 0 | 0.91 | 0.18 | 76.83 | 0.83 | 0.45 |
| Hex | 9B | D0 | 13 | 19 | 0 | 5B | 12 | 4D | 53 | 2D |
| Octal | 233 | 320 | 23 | 31 | 0 | 133 | 22 | 115 | 123 | 55 |
| Binary | 10011011 | 11010000 | 10011 | 11001 | 0 | 1011011 | 10010 | 1001101 | 1010011 | 101101 |
Color Harmonies of #9BD013
Complementary color
Monochromatic Colors of #9BD013
Black with #9BD013
Text Example
Text Example
White with #9BD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD013; }
p { color: rgb(155,208,19); }
H1.HeaderClassName
{
color: #9BD013;
}
.AnyTagClassName
{
color: #9BD013;
}
</style>
background-color css
<style>
a { background-color: #9BD013; }
a { background-color: rgb(155,208,19); }
div.DivClassName
{
background-color: #9BD013;
}
.BgClassName
{
background-color: #9BD013;
}
</style>
border-color css
<style>
span { border-color: #9BD013; }
span { border-color: rgb(155,208,19); }
td.TdClassName
{
border-color: #9BD013;
}
.TagClassName
{
border-color: #9BD013;
}
</style>