Shades of Bahia #ACC319
Tints of Bahia #ACC319
RGB
CMYK
RGB Variations
Color information
#ACC319 (or 0xACC319) is known color: Bahia. HEX triplet: AC, C3 and 19. RGB value is (172,195,25). Sum of RGB (Red+Green+Blue) = 172+195+25=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC319 is #533CE6. Grayscale: #A9A9A9. Windows color (decimal): -5455079 or 1688492. OLE color: 1688492.
HSL color Cylindrical-coordinate representation of color #ACC319: hue angle of 68.12º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACC319 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 25 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.24 |
| HSL | 68.12º | 0.77% | 0.43% | - |
| HSV(B) | 68.12º | 0.87% | 0.76% | - |
| XYZ | 36.7 | 47.87 | 8.23 | - |
| YUV | 168.74 | 46.88 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 25 | 0.12 | 0 | 0.87 | 0.24 | 68.12 | 0.77 | 0.43 |
| Hex | AC | C3 | 19 | C | 0 | 57 | 18 | 44 | 4D | 2B |
| Octal | 254 | 303 | 31 | 14 | 0 | 127 | 30 | 104 | 115 | 53 |
| Binary | 10101100 | 11000011 | 11001 | 1100 | 0 | 1010111 | 11000 | 1000100 | 1001101 | 101011 |
Color Harmonies of #ACC319
Complementary color
Monochromatic Colors of #ACC319
Black with #ACC319
Text Example
Text Example
White with #ACC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC319; }
p { color: rgb(172,195,25); }
H1.HeaderClassName
{
color: #ACC319;
}
.AnyTagClassName
{
color: #ACC319;
}
</style>
background-color css
<style>
a { background-color: #ACC319; }
a { background-color: rgb(172,195,25); }
div.DivClassName
{
background-color: #ACC319;
}
.BgClassName
{
background-color: #ACC319;
}
</style>
border-color css
<style>
span { border-color: #ACC319; }
span { border-color: rgb(172,195,25); }
td.TdClassName
{
border-color: #ACC319;
}
.TagClassName
{
border-color: #ACC319;
}
</style>