Shades of Bahia #ABC523
Tints of Bahia #ABC523
RGB
CMYK
RGB Variations
Color information
#ABC523 (or 0xABC523) is known color: Bahia. HEX triplet: AB, C5 and 23. RGB value is (171,197,35). Sum of RGB (Red+Green+Blue) = 171+197+35=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC523 is #543ADC. Grayscale: #ABABAB. Windows color (decimal): -5520093 or 2344363. OLE color: 2344363.
HSL color Cylindrical-coordinate representation of color #ABC523: hue angle of 69.63º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABC523 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 35 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.23 |
| HSL | 69.63º | 0.7% | 0.45% | - |
| HSV(B) | 69.63º | 0.82% | 0.77% | - |
| XYZ | 37.06 | 48.71 | 9.04 | - |
| YUV | 170.76 | 51.39 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 35 | 0.13 | 0 | 0.82 | 0.23 | 69.63 | 0.7 | 0.45 |
| Hex | AB | C5 | 23 | D | 0 | 52 | 17 | 46 | 46 | 2D |
| Octal | 253 | 305 | 43 | 15 | 0 | 122 | 27 | 106 | 106 | 55 |
| Binary | 10101011 | 11000101 | 100011 | 1101 | 0 | 1010010 | 10111 | 1000110 | 1000110 | 101101 |
Color Harmonies of #ABC523
Complementary color
Monochromatic Colors of #ABC523
Black with #ABC523
Text Example
Text Example
White with #ABC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC523; }
p { color: rgb(171,197,35); }
H1.HeaderClassName
{
color: #ABC523;
}
.AnyTagClassName
{
color: #ABC523;
}
</style>
background-color css
<style>
a { background-color: #ABC523; }
a { background-color: rgb(171,197,35); }
div.DivClassName
{
background-color: #ABC523;
}
.BgClassName
{
background-color: #ABC523;
}
</style>
border-color css
<style>
span { border-color: #ABC523; }
span { border-color: rgb(171,197,35); }
td.TdClassName
{
border-color: #ABC523;
}
.TagClassName
{
border-color: #ABC523;
}
</style>