Shades of Bahia #ACC40F
Tints of Bahia #ACC40F
RGB
CMYK
RGB Variations
Color information
#ACC40F (or 0xACC40F) is known color: Bahia. HEX triplet: AC, C4 and 0F. RGB value is (172,196,15). Sum of RGB (Red+Green+Blue) = 172+196+15=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC40F is #533BF0. Grayscale: #A8A8A8. Windows color (decimal): -5454833 or 1033388. OLE color: 1033388.
HSL color Cylindrical-coordinate representation of color #ACC40F: hue angle of 67.96º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACC40F is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 15 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.23 |
| HSL | 67.96º | 0.86% | 0.41% | - |
| HSV(B) | 67.96º | 0.92% | 0.77% | - |
| XYZ | 36.84 | 48.29 | 7.83 | - |
| YUV | 168.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 15 | 0.12 | 0 | 0.92 | 0.23 | 67.96 | 0.86 | 0.41 |
| Hex | AC | C4 | F | C | 0 | 5C | 17 | 44 | 56 | 29 |
| Octal | 254 | 304 | 17 | 14 | 0 | 134 | 27 | 104 | 126 | 51 |
| Binary | 10101100 | 11000100 | 1111 | 1100 | 0 | 1011100 | 10111 | 1000100 | 1010110 | 101001 |
Color Harmonies of #ACC40F
Complementary color
Monochromatic Colors of #ACC40F
Black with #ACC40F
Text Example
Text Example
White with #ACC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC40F; }
p { color: rgb(172,196,15); }
H1.HeaderClassName
{
color: #ACC40F;
}
.AnyTagClassName
{
color: #ACC40F;
}
</style>
background-color css
<style>
a { background-color: #ACC40F; }
a { background-color: rgb(172,196,15); }
div.DivClassName
{
background-color: #ACC40F;
}
.BgClassName
{
background-color: #ACC40F;
}
</style>
border-color css
<style>
span { border-color: #ACC40F; }
span { border-color: rgb(172,196,15); }
td.TdClassName
{
border-color: #ACC40F;
}
.TagClassName
{
border-color: #ACC40F;
}
</style>