Shades of Bahia #9AC321
Tints of Bahia #9AC321
RGB
CMYK
RGB Variations
Color information
#9AC321 (or 0x9AC321) is known color: Bahia. HEX triplet: 9A, C3 and 21. RGB value is (154,195,33). Sum of RGB (Red+Green+Blue) = 154+195+33=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC321 is #653CDE. Grayscale: #A4A4A4. Windows color (decimal): -6634719 or 2212762. OLE color: 2212762.
HSL color Cylindrical-coordinate representation of color #9AC321: hue angle of 75.19º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9AC321 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 195 | 33 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.24 |
| HSL | 75.19º | 0.71% | 0.45% | - |
| HSV(B) | 75.19º | 0.83% | 0.76% | - |
| XYZ | 33.12 | 46.01 | 8.57 | - |
| YUV | 164.27 | 53.92 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 195 | 33 | 0.21 | 0 | 0.83 | 0.24 | 75.19 | 0.71 | 0.45 |
| Hex | 9A | C3 | 21 | 15 | 0 | 53 | 18 | 4B | 47 | 2D |
| Octal | 232 | 303 | 41 | 25 | 0 | 123 | 30 | 113 | 107 | 55 |
| Binary | 10011010 | 11000011 | 100001 | 10101 | 0 | 1010011 | 11000 | 1001011 | 1000111 | 101101 |
Color Harmonies of #9AC321
Complementary color
Monochromatic Colors of #9AC321
Black with #9AC321
Text Example
Text Example
White with #9AC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC321; }
p { color: rgb(154,195,33); }
H1.HeaderClassName
{
color: #9AC321;
}
.AnyTagClassName
{
color: #9AC321;
}
</style>
background-color css
<style>
a { background-color: #9AC321; }
a { background-color: rgb(154,195,33); }
div.DivClassName
{
background-color: #9AC321;
}
.BgClassName
{
background-color: #9AC321;
}
</style>
border-color css
<style>
span { border-color: #9AC321; }
span { border-color: rgb(154,195,33); }
td.TdClassName
{
border-color: #9AC321;
}
.TagClassName
{
border-color: #9AC321;
}
</style>