Shades of Bahia #9AB61D
Tints of Bahia #9AB61D
RGB
CMYK
RGB Variations
Color information
#9AB61D (or 0x9AB61D) is known color: Bahia. HEX triplet: 9A, B6 and 1D. RGB value is (154,182,29). Sum of RGB (Red+Green+Blue) = 154+182+29=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB61D is #6549E2. Grayscale: #9C9C9C. Windows color (decimal): -6638051 or 1947290. OLE color: 1947290.
HSL color Cylindrical-coordinate representation of color #9AB61D: hue angle of 70.98º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9AB61D is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 182 | 29 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.29 |
| HSL | 70.98º | 0.73% | 0.41% | - |
| HSV(B) | 70.98º | 0.84% | 0.71% | - |
| XYZ | 30.28 | 40.41 | 7.37 | - |
| YUV | 156.19 | 56.22 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 182 | 29 | 0.15 | 0 | 0.84 | 0.29 | 70.98 | 0.73 | 0.41 |
| Hex | 9A | B6 | 1D | F | 0 | 54 | 1D | 47 | 49 | 29 |
| Octal | 232 | 266 | 35 | 17 | 0 | 124 | 35 | 107 | 111 | 51 |
| Binary | 10011010 | 10110110 | 11101 | 1111 | 0 | 1010100 | 11101 | 1000111 | 1001001 | 101001 |
Color Harmonies of #9AB61D
Complementary color
Monochromatic Colors of #9AB61D
Black with #9AB61D
Text Example
Text Example
White with #9AB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB61D; }
p { color: rgb(154,182,29); }
H1.HeaderClassName
{
color: #9AB61D;
}
.AnyTagClassName
{
color: #9AB61D;
}
</style>
background-color css
<style>
a { background-color: #9AB61D; }
a { background-color: rgb(154,182,29); }
div.DivClassName
{
background-color: #9AB61D;
}
.BgClassName
{
background-color: #9AB61D;
}
</style>
border-color css
<style>
span { border-color: #9AB61D; }
span { border-color: rgb(154,182,29); }
td.TdClassName
{
border-color: #9AB61D;
}
.TagClassName
{
border-color: #9AB61D;
}
</style>