Shades of Bahia #9AB81D
Tints of Bahia #9AB81D
RGB
CMYK
RGB Variations
Color information
#9AB81D (or 0x9AB81D) is known color: Bahia. HEX triplet: 9A, B8 and 1D. RGB value is (154,184,29). Sum of RGB (Red+Green+Blue) = 154+184+29=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB81D is #6547E2. Grayscale: #9D9D9D. Windows color (decimal): -6637539 or 1947802. OLE color: 1947802.
HSL color Cylindrical-coordinate representation of color #9AB81D: hue angle of 71.61º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9AB81D is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 29 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.28 |
| HSL | 71.61º | 0.73% | 0.42% | - |
| HSV(B) | 71.61º | 0.84% | 0.72% | - |
| XYZ | 30.69 | 41.24 | 7.5 | - |
| YUV | 157.36 | 55.56 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 29 | 0.16 | 0 | 0.84 | 0.28 | 71.61 | 0.73 | 0.42 |
| Hex | 9A | B8 | 1D | 10 | 0 | 54 | 1C | 48 | 49 | 2A |
| Octal | 232 | 270 | 35 | 20 | 0 | 124 | 34 | 110 | 111 | 52 |
| Binary | 10011010 | 10111000 | 11101 | 10000 | 0 | 1010100 | 11100 | 1001000 | 1001001 | 101010 |
Color Harmonies of #9AB81D
Complementary color
Monochromatic Colors of #9AB81D
Black with #9AB81D
Text Example
Text Example
White with #9AB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB81D; }
p { color: rgb(154,184,29); }
H1.HeaderClassName
{
color: #9AB81D;
}
.AnyTagClassName
{
color: #9AB81D;
}
</style>
background-color css
<style>
a { background-color: #9AB81D; }
a { background-color: rgb(154,184,29); }
div.DivClassName
{
background-color: #9AB81D;
}
.BgClassName
{
background-color: #9AB81D;
}
</style>
border-color css
<style>
span { border-color: #9AB81D; }
span { border-color: rgb(154,184,29); }
td.TdClassName
{
border-color: #9AB81D;
}
.TagClassName
{
border-color: #9AB81D;
}
</style>