Shades of Bahia #9AB71D
Tints of Bahia #9AB71D
RGB
CMYK
RGB Variations
Color information
#9AB71D (or 0x9AB71D) is known color: Bahia. HEX triplet: 9A, B7 and 1D. RGB value is (154,183,29). Sum of RGB (Red+Green+Blue) = 154+183+29=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB71D is #6548E2. Grayscale: #9D9D9D. Windows color (decimal): -6637795 or 1947546. OLE color: 1947546.
HSL color Cylindrical-coordinate representation of color #9AB71D: hue angle of 71.3º 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 #9AB71D is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 183 | 29 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.28 |
| HSL | 71.3º | 0.73% | 0.42% | - |
| HSV(B) | 71.3º | 0.84% | 0.72% | - |
| XYZ | 30.48 | 40.83 | 7.44 | - |
| YUV | 156.77 | 55.89 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 29 | 0.16 | 0 | 0.84 | 0.28 | 71.3 | 0.73 | 0.42 |
| Hex | 9A | B7 | 1D | 10 | 0 | 54 | 1C | 47 | 49 | 2A |
| Octal | 232 | 267 | 35 | 20 | 0 | 124 | 34 | 107 | 111 | 52 |
| Binary | 10011010 | 10110111 | 11101 | 10000 | 0 | 1010100 | 11100 | 1000111 | 1001001 | 101010 |
Color Harmonies of #9AB71D
Complementary color
Monochromatic Colors of #9AB71D
Black with #9AB71D
Text Example
Text Example
White with #9AB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB71D; }
p { color: rgb(154,183,29); }
H1.HeaderClassName
{
color: #9AB71D;
}
.AnyTagClassName
{
color: #9AB71D;
}
</style>
background-color css
<style>
a { background-color: #9AB71D; }
a { background-color: rgb(154,183,29); }
div.DivClassName
{
background-color: #9AB71D;
}
.BgClassName
{
background-color: #9AB71D;
}
</style>
border-color css
<style>
span { border-color: #9AB71D; }
span { border-color: rgb(154,183,29); }
td.TdClassName
{
border-color: #9AB71D;
}
.TagClassName
{
border-color: #9AB71D;
}
</style>