Shades of Bahia #9BCB14
Tints of Bahia #9BCB14
RGB
CMYK
RGB Variations
Color information
#9BCB14 (or 0x9BCB14) is known color: Bahia. HEX triplet: 9B, CB and 14. RGB value is (155,203,20). Sum of RGB (Red+Green+Blue) = 155+203+20=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCB14 is #6434EB. Grayscale: #A8A8A8. Windows color (decimal): -6567148 or 1362843. OLE color: 1362843.
HSL color Cylindrical-coordinate representation of color #9BCB14: hue angle of 75.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BCB14 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 20 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.20 |
| HSL | 75.74º | 0.82% | 0.44% | - |
| HSV(B) | 75.74º | 0.9% | 0.8% | - |
| XYZ | 35 | 49.73 | 8.42 | - |
| YUV | 167.79 | 44.6 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 20 | 0.24 | 0 | 0.90 | 0.20 | 75.74 | 0.82 | 0.44 |
| Hex | 9B | CB | 14 | 18 | 0 | 5A | 14 | 4C | 52 | 2C |
| Octal | 233 | 313 | 24 | 30 | 0 | 132 | 24 | 114 | 122 | 54 |
| Binary | 10011011 | 11001011 | 10100 | 11000 | 0 | 1011010 | 10100 | 1001100 | 1010010 | 101100 |
Color Harmonies of #9BCB14
Complementary color
Monochromatic Colors of #9BCB14
Black with #9BCB14
Text Example
Text Example
White with #9BCB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCB14; }
p { color: rgb(155,203,20); }
H1.HeaderClassName
{
color: #9BCB14;
}
.AnyTagClassName
{
color: #9BCB14;
}
</style>
background-color css
<style>
a { background-color: #9BCB14; }
a { background-color: rgb(155,203,20); }
div.DivClassName
{
background-color: #9BCB14;
}
.BgClassName
{
background-color: #9BCB14;
}
</style>
border-color css
<style>
span { border-color: #9BCB14; }
span { border-color: rgb(155,203,20); }
td.TdClassName
{
border-color: #9BCB14;
}
.TagClassName
{
border-color: #9BCB14;
}
</style>