Shades of Bahia #ABC324
Tints of Bahia #ABC324
RGB
CMYK
RGB Variations
Color information
#ABC324 (or 0xABC324) is known color: Bahia. HEX triplet: AB, C3 and 24. RGB value is (171,195,36). Sum of RGB (Red+Green+Blue) = 171+195+36=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC324 is #543CDB. Grayscale: #AAAAAA. Windows color (decimal): -5520604 or 2409387. OLE color: 2409387.
HSL color Cylindrical-coordinate representation of color #ABC324: hue angle of 69.06º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABC324 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 36 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.24 |
| HSL | 69.06º | 0.69% | 0.45% | - |
| HSV(B) | 69.06º | 0.82% | 0.76% | - |
| XYZ | 36.63 | 47.82 | 8.97 | - |
| YUV | 169.7 | 52.55 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 36 | 0.12 | 0 | 0.82 | 0.24 | 69.06 | 0.69 | 0.45 |
| Hex | AB | C3 | 24 | C | 0 | 52 | 18 | 45 | 45 | 2D |
| Octal | 253 | 303 | 44 | 14 | 0 | 122 | 30 | 105 | 105 | 55 |
| Binary | 10101011 | 11000011 | 100100 | 1100 | 0 | 1010010 | 11000 | 1000101 | 1000101 | 101101 |
Color Harmonies of #ABC324
Complementary color
Monochromatic Colors of #ABC324
Black with #ABC324
Text Example
Text Example
White with #ABC324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC324; }
p { color: rgb(171,195,36); }
H1.HeaderClassName
{
color: #ABC324;
}
.AnyTagClassName
{
color: #ABC324;
}
</style>
background-color css
<style>
a { background-color: #ABC324; }
a { background-color: rgb(171,195,36); }
div.DivClassName
{
background-color: #ABC324;
}
.BgClassName
{
background-color: #ABC324;
}
</style>
border-color css
<style>
span { border-color: #ABC324; }
span { border-color: rgb(171,195,36); }
td.TdClassName
{
border-color: #ABC324;
}
.TagClassName
{
border-color: #ABC324;
}
</style>