Shades of Bahia #ABC527
Tints of Bahia #ABC527
RGB
CMYK
RGB Variations
Color information
#ABC527 (or 0xABC527) is known color: Bahia. HEX triplet: AB, C5 and 27. RGB value is (171,197,39). Sum of RGB (Red+Green+Blue) = 171+197+39=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC527 is #543AD8. Grayscale: #ABABAB. Windows color (decimal): -5520089 or 2606507. OLE color: 2606507.
HSL color Cylindrical-coordinate representation of color #ABC527: hue angle of 69.87º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABC527 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 39 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.23 |
| HSL | 69.87º | 0.67% | 0.46% | - |
| HSV(B) | 69.87º | 0.8% | 0.77% | - |
| XYZ | 37.13 | 48.74 | 9.37 | - |
| YUV | 171.21 | 53.39 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 39 | 0.13 | 0 | 0.80 | 0.23 | 69.87 | 0.67 | 0.46 |
| Hex | AB | C5 | 27 | D | 0 | 50 | 17 | 46 | 43 | 2E |
| Octal | 253 | 305 | 47 | 15 | 0 | 120 | 27 | 106 | 103 | 56 |
| Binary | 10101011 | 11000101 | 100111 | 1101 | 0 | 1010000 | 10111 | 1000110 | 1000011 | 101110 |
Color Harmonies of #ABC527
Complementary color
Monochromatic Colors of #ABC527
Black with #ABC527
Text Example
Text Example
White with #ABC527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC527; }
p { color: rgb(171,197,39); }
H1.HeaderClassName
{
color: #ABC527;
}
.AnyTagClassName
{
color: #ABC527;
}
</style>
background-color css
<style>
a { background-color: #ABC527; }
a { background-color: rgb(171,197,39); }
div.DivClassName
{
background-color: #ABC527;
}
.BgClassName
{
background-color: #ABC527;
}
</style>
border-color css
<style>
span { border-color: #ABC527; }
span { border-color: rgb(171,197,39); }
td.TdClassName
{
border-color: #ABC527;
}
.TagClassName
{
border-color: #ABC527;
}
</style>