Shades of Bahia #ACC525
Tints of Bahia #ACC525
RGB
CMYK
RGB Variations
Color information
#ACC525 (or 0xACC525) is known color: Bahia. HEX triplet: AC, C5 and 25. RGB value is (172,197,37). Sum of RGB (Red+Green+Blue) = 172+197+37=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC525 is #533ADA. Grayscale: #ABABAB. Windows color (decimal): -5454555 or 2475436. OLE color: 2475436.
HSL color Cylindrical-coordinate representation of color #ACC525: hue angle of 69.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACC525 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 37 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.23 |
| HSL | 69.38º | 0.68% | 0.46% | - |
| HSV(B) | 69.38º | 0.81% | 0.77% | - |
| XYZ | 37.31 | 48.84 | 9.21 | - |
| YUV | 171.29 | 52.22 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 37 | 0.13 | 0 | 0.81 | 0.23 | 69.38 | 0.68 | 0.46 |
| Hex | AC | C5 | 25 | D | 0 | 51 | 17 | 45 | 44 | 2E |
| Octal | 254 | 305 | 45 | 15 | 0 | 121 | 27 | 105 | 104 | 56 |
| Binary | 10101100 | 11000101 | 100101 | 1101 | 0 | 1010001 | 10111 | 1000101 | 1000100 | 101110 |
Color Harmonies of #ACC525
Complementary color
Monochromatic Colors of #ACC525
Black with #ACC525
Text Example
Text Example
White with #ACC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC525; }
p { color: rgb(172,197,37); }
H1.HeaderClassName
{
color: #ACC525;
}
.AnyTagClassName
{
color: #ACC525;
}
</style>
background-color css
<style>
a { background-color: #ACC525; }
a { background-color: rgb(172,197,37); }
div.DivClassName
{
background-color: #ACC525;
}
.BgClassName
{
background-color: #ACC525;
}
</style>
border-color css
<style>
span { border-color: #ACC525; }
span { border-color: rgb(172,197,37); }
td.TdClassName
{
border-color: #ACC525;
}
.TagClassName
{
border-color: #ACC525;
}
</style>