Shades of Bahia #9ABC1D
Tints of Bahia #9ABC1D
RGB
CMYK
RGB Variations
Color information
#9ABC1D (or 0x9ABC1D) is known color: Bahia. HEX triplet: 9A, BC and 1D. RGB value is (154,188,29). Sum of RGB (Red+Green+Blue) = 154+188+29=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABC1D is #6543E2. Grayscale: #A0A0A0. Windows color (decimal): -6636515 or 1948826. OLE color: 1948826.
HSL color Cylindrical-coordinate representation of color #9ABC1D: hue angle of 72.83º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9ABC1D is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 29 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.26 |
| HSL | 72.83º | 0.73% | 0.43% | - |
| HSV(B) | 72.83º | 0.85% | 0.74% | - |
| XYZ | 31.53 | 42.93 | 7.79 | - |
| YUV | 159.71 | 54.24 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 29 | 0.18 | 0 | 0.85 | 0.26 | 72.83 | 0.73 | 0.43 |
| Hex | 9A | BC | 1D | 12 | 0 | 55 | 1A | 49 | 49 | 2B |
| Octal | 232 | 274 | 35 | 22 | 0 | 125 | 32 | 111 | 111 | 53 |
| Binary | 10011010 | 10111100 | 11101 | 10010 | 0 | 1010101 | 11010 | 1001001 | 1001001 | 101011 |
Color Harmonies of #9ABC1D
Complementary color
Monochromatic Colors of #9ABC1D
Black with #9ABC1D
Text Example
Text Example
White with #9ABC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC1D; }
p { color: rgb(154,188,29); }
H1.HeaderClassName
{
color: #9ABC1D;
}
.AnyTagClassName
{
color: #9ABC1D;
}
</style>
background-color css
<style>
a { background-color: #9ABC1D; }
a { background-color: rgb(154,188,29); }
div.DivClassName
{
background-color: #9ABC1D;
}
.BgClassName
{
background-color: #9ABC1D;
}
</style>
border-color css
<style>
span { border-color: #9ABC1D; }
span { border-color: rgb(154,188,29); }
td.TdClassName
{
border-color: #9ABC1D;
}
.TagClassName
{
border-color: #9ABC1D;
}
</style>