Shades of Bahia #ACC50F
Tints of Bahia #ACC50F
RGB
CMYK
RGB Variations
Color information
#ACC50F (or 0xACC50F) is known color: Bahia. HEX triplet: AC, C5 and 0F. RGB value is (172,197,15). Sum of RGB (Red+Green+Blue) = 172+197+15=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC50F is #533AF0. Grayscale: #A9A9A9. Windows color (decimal): -5454577 or 1033644. OLE color: 1033644.
HSL color Cylindrical-coordinate representation of color #ACC50F: hue angle of 68.24º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACC50F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 15 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.23 |
| HSL | 68.24º | 0.86% | 0.42% | - |
| HSV(B) | 68.24º | 0.92% | 0.77% | - |
| XYZ | 37.07 | 48.74 | 7.91 | - |
| YUV | 168.78 | 41.22 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 15 | 0.13 | 0 | 0.92 | 0.23 | 68.24 | 0.86 | 0.42 |
| Hex | AC | C5 | F | D | 0 | 5C | 17 | 44 | 56 | 2A |
| Octal | 254 | 305 | 17 | 15 | 0 | 134 | 27 | 104 | 126 | 52 |
| Binary | 10101100 | 11000101 | 1111 | 1101 | 0 | 1011100 | 10111 | 1000100 | 1010110 | 101010 |
Color Harmonies of #ACC50F
Complementary color
Monochromatic Colors of #ACC50F
Black with #ACC50F
Text Example
Text Example
White with #ACC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC50F; }
p { color: rgb(172,197,15); }
H1.HeaderClassName
{
color: #ACC50F;
}
.AnyTagClassName
{
color: #ACC50F;
}
</style>
background-color css
<style>
a { background-color: #ACC50F; }
a { background-color: rgb(172,197,15); }
div.DivClassName
{
background-color: #ACC50F;
}
.BgClassName
{
background-color: #ACC50F;
}
</style>
border-color css
<style>
span { border-color: #ACC50F; }
span { border-color: rgb(172,197,15); }
td.TdClassName
{
border-color: #ACC50F;
}
.TagClassName
{
border-color: #ACC50F;
}
</style>