Shades of Bahia #A5C527
Tints of Bahia #A5C527
RGB
CMYK
RGB Variations
Color information
#A5C527 (or 0xA5C527) is known color: Bahia. HEX triplet: A5, C5 and 27. RGB value is (165,197,39). Sum of RGB (Red+Green+Blue) = 165+197+39=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C527 is #5A3AD8. Grayscale: #AAAAAA. Windows color (decimal): -5913305 or 2606501. OLE color: 2606501.
HSL color Cylindrical-coordinate representation of color #A5C527: hue angle of 72.15º 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 #A5C527 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 39 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.23 |
| HSL | 72.15º | 0.67% | 0.46% | - |
| HSV(B) | 72.15º | 0.8% | 0.77% | - |
| XYZ | 35.85 | 48.08 | 9.31 | - |
| YUV | 169.42 | 54.4 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 39 | 0.16 | 0 | 0.80 | 0.23 | 72.15 | 0.67 | 0.46 |
| Hex | A5 | C5 | 27 | 10 | 0 | 50 | 17 | 48 | 43 | 2E |
| Octal | 245 | 305 | 47 | 20 | 0 | 120 | 27 | 110 | 103 | 56 |
| Binary | 10100101 | 11000101 | 100111 | 10000 | 0 | 1010000 | 10111 | 1001000 | 1000011 | 101110 |
Color Harmonies of #A5C527
Complementary color
Monochromatic Colors of #A5C527
Black with #A5C527
Text Example
Text Example
White with #A5C527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C527; }
p { color: rgb(165,197,39); }
H1.HeaderClassName
{
color: #A5C527;
}
.AnyTagClassName
{
color: #A5C527;
}
</style>
background-color css
<style>
a { background-color: #A5C527; }
a { background-color: rgb(165,197,39); }
div.DivClassName
{
background-color: #A5C527;
}
.BgClassName
{
background-color: #A5C527;
}
</style>
border-color css
<style>
span { border-color: #A5C527; }
span { border-color: rgb(165,197,39); }
td.TdClassName
{
border-color: #A5C527;
}
.TagClassName
{
border-color: #A5C527;
}
</style>