Shades of Bahia #ABC322
Tints of Bahia #ABC322
RGB
CMYK
RGB Variations
Color information
#ABC322 (or 0xABC322) is known color: Bahia. HEX triplet: AB, C3 and 22. RGB value is (171,195,34). Sum of RGB (Red+Green+Blue) = 171+195+34=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC322 is #543CDD. Grayscale: #AAAAAA. Windows color (decimal): -5520606 or 2278315. OLE color: 2278315.
HSL color Cylindrical-coordinate representation of color #ABC322: hue angle of 68.94º degrees, saturation: 0.7, 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 #ABC322 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 34 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.24 |
| HSL | 68.94º | 0.7% | 0.45% | - |
| HSV(B) | 68.94º | 0.83% | 0.76% | - |
| XYZ | 36.6 | 47.8 | 8.81 | - |
| YUV | 169.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 34 | 0.12 | 0 | 0.83 | 0.24 | 68.94 | 0.7 | 0.45 |
| Hex | AB | C3 | 22 | C | 0 | 53 | 18 | 45 | 46 | 2D |
| Octal | 253 | 303 | 42 | 14 | 0 | 123 | 30 | 105 | 106 | 55 |
| Binary | 10101011 | 11000011 | 100010 | 1100 | 0 | 1010011 | 11000 | 1000101 | 1000110 | 101101 |
Color Harmonies of #ABC322
Complementary color
Monochromatic Colors of #ABC322
Black with #ABC322
Text Example
Text Example
White with #ABC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC322; }
p { color: rgb(171,195,34); }
H1.HeaderClassName
{
color: #ABC322;
}
.AnyTagClassName
{
color: #ABC322;
}
</style>
background-color css
<style>
a { background-color: #ABC322; }
a { background-color: rgb(171,195,34); }
div.DivClassName
{
background-color: #ABC322;
}
.BgClassName
{
background-color: #ABC322;
}
</style>
border-color css
<style>
span { border-color: #ABC322; }
span { border-color: rgb(171,195,34); }
td.TdClassName
{
border-color: #ABC322;
}
.TagClassName
{
border-color: #ABC322;
}
</style>