Shades of Bahia #9AB320
Tints of Bahia #9AB320
RGB
CMYK
RGB Variations
Color information
#9AB320 (or 0x9AB320) is known color: Bahia. HEX triplet: 9A, B3 and 20. RGB value is (154,179,32). Sum of RGB (Red+Green+Blue) = 154+179+32=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB320 is #654CDF. Grayscale: #9B9B9B. Windows color (decimal): -6638816 or 2143130. OLE color: 2143130.
HSL color Cylindrical-coordinate representation of color #9AB320: hue angle of 70.2º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9AB320 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 32 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.30 |
| HSL | 70.2º | 0.7% | 0.41% | - |
| HSV(B) | 70.2º | 0.82% | 0.7% | - |
| XYZ | 29.71 | 39.21 | 7.37 | - |
| YUV | 154.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 32 | 0.14 | 0 | 0.82 | 0.30 | 70.2 | 0.7 | 0.41 |
| Hex | 9A | B3 | 20 | E | 0 | 52 | 1E | 46 | 46 | 29 |
| Octal | 232 | 263 | 40 | 16 | 0 | 122 | 36 | 106 | 106 | 51 |
| Binary | 10011010 | 10110011 | 100000 | 1110 | 0 | 1010010 | 11110 | 1000110 | 1000110 | 101001 |
Color Harmonies of #9AB320
Complementary color
Monochromatic Colors of #9AB320
Black with #9AB320
Text Example
Text Example
White with #9AB320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB320; }
p { color: rgb(154,179,32); }
H1.HeaderClassName
{
color: #9AB320;
}
.AnyTagClassName
{
color: #9AB320;
}
</style>
background-color css
<style>
a { background-color: #9AB320; }
a { background-color: rgb(154,179,32); }
div.DivClassName
{
background-color: #9AB320;
}
.BgClassName
{
background-color: #9AB320;
}
</style>
border-color css
<style>
span { border-color: #9AB320; }
span { border-color: rgb(154,179,32); }
td.TdClassName
{
border-color: #9AB320;
}
.TagClassName
{
border-color: #9AB320;
}
</style>