Shades of Bahia #9BC414
Tints of Bahia #9BC414
RGB
CMYK
RGB Variations
Color information
#9BC414 (or 0x9BC414) is known color: Bahia. HEX triplet: 9B, C4 and 14. RGB value is (155,196,20). Sum of RGB (Red+Green+Blue) = 155+196+20=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC414 is #643BEB. Grayscale: #A4A4A4. Windows color (decimal): -6568940 or 1361051. OLE color: 1361051.
HSL color Cylindrical-coordinate representation of color #9BC414: hue angle of 73.98º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BC414 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 20 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.23 |
| HSL | 73.98º | 0.81% | 0.42% | - |
| HSV(B) | 73.98º | 0.9% | 0.77% | - |
| XYZ | 33.38 | 46.5 | 7.88 | - |
| YUV | 163.68 | 46.92 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 20 | 0.21 | 0 | 0.90 | 0.23 | 73.98 | 0.81 | 0.42 |
| Hex | 9B | C4 | 14 | 15 | 0 | 5A | 17 | 4A | 51 | 2A |
| Octal | 233 | 304 | 24 | 25 | 0 | 132 | 27 | 112 | 121 | 52 |
| Binary | 10011011 | 11000100 | 10100 | 10101 | 0 | 1011010 | 10111 | 1001010 | 1010001 | 101010 |
Color Harmonies of #9BC414
Complementary color
Monochromatic Colors of #9BC414
Black with #9BC414
Text Example
Text Example
White with #9BC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC414; }
p { color: rgb(155,196,20); }
H1.HeaderClassName
{
color: #9BC414;
}
.AnyTagClassName
{
color: #9BC414;
}
</style>
background-color css
<style>
a { background-color: #9BC414; }
a { background-color: rgb(155,196,20); }
div.DivClassName
{
background-color: #9BC414;
}
.BgClassName
{
background-color: #9BC414;
}
</style>
border-color css
<style>
span { border-color: #9BC414; }
span { border-color: rgb(155,196,20); }
td.TdClassName
{
border-color: #9BC414;
}
.TagClassName
{
border-color: #9BC414;
}
</style>