Shades of Bahia #9ABC1B
Tints of Bahia #9ABC1B
RGB
CMYK
RGB Variations
Color information
#9ABC1B (or 0x9ABC1B) is known color: Bahia. HEX triplet: 9A, BC and 1B. RGB value is (154,188,27). Sum of RGB (Red+Green+Blue) = 154+188+27=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABC1B is #6543E4. Grayscale: #A0A0A0. Windows color (decimal): -6636517 or 1817754. OLE color: 1817754.
HSL color Cylindrical-coordinate representation of color #9ABC1B: hue angle of 72.67º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9ABC1B is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 27 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.26 |
| HSL | 72.67º | 0.75% | 0.42% | - |
| HSV(B) | 72.67º | 0.86% | 0.74% | - |
| XYZ | 31.51 | 42.92 | 7.66 | - |
| YUV | 159.48 | 53.24 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 27 | 0.18 | 0 | 0.86 | 0.26 | 72.67 | 0.75 | 0.42 |
| Hex | 9A | BC | 1B | 12 | 0 | 56 | 1A | 49 | 4B | 2A |
| Octal | 232 | 274 | 33 | 22 | 0 | 126 | 32 | 111 | 113 | 52 |
| Binary | 10011010 | 10111100 | 11011 | 10010 | 0 | 1010110 | 11010 | 1001001 | 1001011 | 101010 |
Color Harmonies of #9ABC1B
Complementary color
Monochromatic Colors of #9ABC1B
Black with #9ABC1B
Text Example
Text Example
White with #9ABC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC1B; }
p { color: rgb(154,188,27); }
H1.HeaderClassName
{
color: #9ABC1B;
}
.AnyTagClassName
{
color: #9ABC1B;
}
</style>
background-color css
<style>
a { background-color: #9ABC1B; }
a { background-color: rgb(154,188,27); }
div.DivClassName
{
background-color: #9ABC1B;
}
.BgClassName
{
background-color: #9ABC1B;
}
</style>
border-color css
<style>
span { border-color: #9ABC1B; }
span { border-color: rgb(154,188,27); }
td.TdClassName
{
border-color: #9ABC1B;
}
.TagClassName
{
border-color: #9ABC1B;
}
</style>