Shades of Bahia #9AB521
Tints of Bahia #9AB521
RGB
CMYK
RGB Variations
Color information
#9AB521 (or 0x9AB521) is known color: Bahia. HEX triplet: 9A, B5 and 21. RGB value is (154,181,33). Sum of RGB (Red+Green+Blue) = 154+181+33=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB521 is #654ADE. Grayscale: #9C9C9C. Windows color (decimal): -6638303 or 2209178. OLE color: 2209178.
HSL color Cylindrical-coordinate representation of color #9AB521: hue angle of 70.95º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9AB521 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 33 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.29 |
| HSL | 70.95º | 0.69% | 0.42% | - |
| HSV(B) | 70.95º | 0.82% | 0.71% | - |
| XYZ | 30.12 | 40.03 | 7.58 | - |
| YUV | 156.06 | 58.55 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 33 | 0.15 | 0 | 0.82 | 0.29 | 70.95 | 0.69 | 0.42 |
| Hex | 9A | B5 | 21 | F | 0 | 52 | 1D | 47 | 45 | 2A |
| Octal | 232 | 265 | 41 | 17 | 0 | 122 | 35 | 107 | 105 | 52 |
| Binary | 10011010 | 10110101 | 100001 | 1111 | 0 | 1010010 | 11101 | 1000111 | 1000101 | 101010 |
Color Harmonies of #9AB521
Complementary color
Monochromatic Colors of #9AB521
Black with #9AB521
Text Example
Text Example
White with #9AB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB521; }
p { color: rgb(154,181,33); }
H1.HeaderClassName
{
color: #9AB521;
}
.AnyTagClassName
{
color: #9AB521;
}
</style>
background-color css
<style>
a { background-color: #9AB521; }
a { background-color: rgb(154,181,33); }
div.DivClassName
{
background-color: #9AB521;
}
.BgClassName
{
background-color: #9AB521;
}
</style>
border-color css
<style>
span { border-color: #9AB521; }
span { border-color: rgb(154,181,33); }
td.TdClassName
{
border-color: #9AB521;
}
.TagClassName
{
border-color: #9AB521;
}
</style>