Shades of Bahia #ACC625
Tints of Bahia #ACC625
RGB
CMYK
RGB Variations
Color information
#ACC625 (or 0xACC625) is known color: Bahia. HEX triplet: AC, C6 and 25. RGB value is (172,198,37). Sum of RGB (Red+Green+Blue) = 172+198+37=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC625 is #5339DA. Grayscale: #ACACAC. Windows color (decimal): -5454299 or 2475692. OLE color: 2475692.
HSL color Cylindrical-coordinate representation of color #ACC625: hue angle of 69.69º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACC625 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 37 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.22 |
| HSL | 69.69º | 0.69% | 0.46% | - |
| HSV(B) | 69.69º | 0.81% | 0.78% | - |
| XYZ | 37.54 | 49.29 | 9.29 | - |
| YUV | 171.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 37 | 0.13 | 0 | 0.81 | 0.22 | 69.69 | 0.69 | 0.46 |
| Hex | AC | C6 | 25 | D | 0 | 51 | 16 | 46 | 45 | 2E |
| Octal | 254 | 306 | 45 | 15 | 0 | 121 | 26 | 106 | 105 | 56 |
| Binary | 10101100 | 11000110 | 100101 | 1101 | 0 | 1010001 | 10110 | 1000110 | 1000101 | 101110 |
Color Harmonies of #ACC625
Complementary color
Monochromatic Colors of #ACC625
Black with #ACC625
Text Example
Text Example
White with #ACC625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC625; }
p { color: rgb(172,198,37); }
H1.HeaderClassName
{
color: #ACC625;
}
.AnyTagClassName
{
color: #ACC625;
}
</style>
background-color css
<style>
a { background-color: #ACC625; }
a { background-color: rgb(172,198,37); }
div.DivClassName
{
background-color: #ACC625;
}
.BgClassName
{
background-color: #ACC625;
}
</style>
border-color css
<style>
span { border-color: #ACC625; }
span { border-color: rgb(172,198,37); }
td.TdClassName
{
border-color: #ACC625;
}
.TagClassName
{
border-color: #ACC625;
}
</style>