Shades of Bahia #9ABD1E
Tints of Bahia #9ABD1E
RGB
CMYK
RGB Variations
Color information
#9ABD1E (or 0x9ABD1E) is known color: Bahia. HEX triplet: 9A, BD and 1E. RGB value is (154,189,30). Sum of RGB (Red+Green+Blue) = 154+189+30=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABD1E is #6542E1. Grayscale: #A1A1A1. Windows color (decimal): -6636258 or 2014618. OLE color: 2014618.
HSL color Cylindrical-coordinate representation of color #9ABD1E: hue angle of 73.21º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9ABD1E is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 30 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.26 |
| HSL | 73.21º | 0.73% | 0.43% | - |
| HSV(B) | 73.21º | 0.84% | 0.74% | - |
| XYZ | 31.76 | 43.36 | 7.92 | - |
| YUV | 160.41 | 54.4 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 30 | 0.19 | 0 | 0.84 | 0.26 | 73.21 | 0.73 | 0.43 |
| Hex | 9A | BD | 1E | 13 | 0 | 54 | 1A | 49 | 49 | 2B |
| Octal | 232 | 275 | 36 | 23 | 0 | 124 | 32 | 111 | 111 | 53 |
| Binary | 10011010 | 10111101 | 11110 | 10011 | 0 | 1010100 | 11010 | 1001001 | 1001001 | 101011 |
Color Harmonies of #9ABD1E
Complementary color
Monochromatic Colors of #9ABD1E
Black with #9ABD1E
Text Example
Text Example
White with #9ABD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD1E; }
p { color: rgb(154,189,30); }
H1.HeaderClassName
{
color: #9ABD1E;
}
.AnyTagClassName
{
color: #9ABD1E;
}
</style>
background-color css
<style>
a { background-color: #9ABD1E; }
a { background-color: rgb(154,189,30); }
div.DivClassName
{
background-color: #9ABD1E;
}
.BgClassName
{
background-color: #9ABD1E;
}
</style>
border-color css
<style>
span { border-color: #9ABD1E; }
span { border-color: rgb(154,189,30); }
td.TdClassName
{
border-color: #9ABD1E;
}
.TagClassName
{
border-color: #9ABD1E;
}
</style>