Shades of Bahia #9BCD13
Tints of Bahia #9BCD13
RGB
CMYK
RGB Variations
Color information
#9BCD13 (or 0x9BCD13) is known color: Bahia. HEX triplet: 9B, CD and 13. RGB value is (155,205,19). Sum of RGB (Red+Green+Blue) = 155+205+19=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCD13 is #6432EC. Grayscale: #A9A9A9. Windows color (decimal): -6566637 or 1297819. OLE color: 1297819.
HSL color Cylindrical-coordinate representation of color #9BCD13: hue angle of 76.13º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BCD13 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 19 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.20 |
| HSL | 76.13º | 0.83% | 0.44% | - |
| HSV(B) | 76.13º | 0.91% | 0.8% | - |
| XYZ | 35.47 | 50.68 | 8.53 | - |
| YUV | 168.85 | 43.44 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 19 | 0.24 | 0 | 0.91 | 0.20 | 76.13 | 0.83 | 0.44 |
| Hex | 9B | CD | 13 | 18 | 0 | 5B | 14 | 4C | 53 | 2C |
| Octal | 233 | 315 | 23 | 30 | 0 | 133 | 24 | 114 | 123 | 54 |
| Binary | 10011011 | 11001101 | 10011 | 11000 | 0 | 1011011 | 10100 | 1001100 | 1010011 | 101100 |
Color Harmonies of #9BCD13
Complementary color
Monochromatic Colors of #9BCD13
Black with #9BCD13
Text Example
Text Example
White with #9BCD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD13; }
p { color: rgb(155,205,19); }
H1.HeaderClassName
{
color: #9BCD13;
}
.AnyTagClassName
{
color: #9BCD13;
}
</style>
background-color css
<style>
a { background-color: #9BCD13; }
a { background-color: rgb(155,205,19); }
div.DivClassName
{
background-color: #9BCD13;
}
.BgClassName
{
background-color: #9BCD13;
}
</style>
border-color css
<style>
span { border-color: #9BCD13; }
span { border-color: rgb(155,205,19); }
td.TdClassName
{
border-color: #9BCD13;
}
.TagClassName
{
border-color: #9BCD13;
}
</style>