Shades of Bahia #ABC524
Tints of Bahia #ABC524
RGB
CMYK
RGB Variations
Color information
#ABC524 (or 0xABC524) is known color: Bahia. HEX triplet: AB, C5 and 24. RGB value is (171,197,36). Sum of RGB (Red+Green+Blue) = 171+197+36=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC524 is #543ADB. Grayscale: #ABABAB. Windows color (decimal): -5520092 or 2409899. OLE color: 2409899.
HSL color Cylindrical-coordinate representation of color #ABC524: hue angle of 69.69º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABC524 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 36 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.23 |
| HSL | 69.69º | 0.69% | 0.46% | - |
| HSV(B) | 69.69º | 0.82% | 0.77% | - |
| XYZ | 37.08 | 48.72 | 9.12 | - |
| YUV | 170.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 36 | 0.13 | 0 | 0.82 | 0.23 | 69.69 | 0.69 | 0.46 |
| Hex | AB | C5 | 24 | D | 0 | 52 | 17 | 46 | 45 | 2E |
| Octal | 253 | 305 | 44 | 15 | 0 | 122 | 27 | 106 | 105 | 56 |
| Binary | 10101011 | 11000101 | 100100 | 1101 | 0 | 1010010 | 10111 | 1000110 | 1000101 | 101110 |
Color Harmonies of #ABC524
Complementary color
Monochromatic Colors of #ABC524
Black with #ABC524
Text Example
Text Example
White with #ABC524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC524; }
p { color: rgb(171,197,36); }
H1.HeaderClassName
{
color: #ABC524;
}
.AnyTagClassName
{
color: #ABC524;
}
</style>
background-color css
<style>
a { background-color: #ABC524; }
a { background-color: rgb(171,197,36); }
div.DivClassName
{
background-color: #ABC524;
}
.BgClassName
{
background-color: #ABC524;
}
</style>
border-color css
<style>
span { border-color: #ABC524; }
span { border-color: rgb(171,197,36); }
td.TdClassName
{
border-color: #ABC524;
}
.TagClassName
{
border-color: #ABC524;
}
</style>