Shades of Bahia #ACC00F
Tints of Bahia #ACC00F
RGB
CMYK
RGB Variations
Color information
#ACC00F (or 0xACC00F) is known color: Bahia. HEX triplet: AC, C0 and 0F. RGB value is (172,192,15). Sum of RGB (Red+Green+Blue) = 172+192+15=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC00F is #533FF0. Grayscale: #A6A6A6. Windows color (decimal): -5455857 or 1032364. OLE color: 1032364.
HSL color Cylindrical-coordinate representation of color #ACC00F: hue angle of 66.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACC00F is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 15 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.25 |
| HSL | 66.78º | 0.86% | 0.41% | - |
| HSV(B) | 66.78º | 0.92% | 0.75% | - |
| XYZ | 35.95 | 46.5 | 7.53 | - |
| YUV | 165.84 | 42.87 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 15 | 0.10 | 0 | 0.92 | 0.25 | 66.78 | 0.86 | 0.41 |
| Hex | AC | C0 | F | A | 0 | 5C | 19 | 43 | 56 | 29 |
| Octal | 254 | 300 | 17 | 12 | 0 | 134 | 31 | 103 | 126 | 51 |
| Binary | 10101100 | 11000000 | 1111 | 1010 | 0 | 1011100 | 11001 | 1000011 | 1010110 | 101001 |
Color Harmonies of #ACC00F
Complementary color
Monochromatic Colors of #ACC00F
Black with #ACC00F
Text Example
Text Example
White with #ACC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC00F; }
p { color: rgb(172,192,15); }
H1.HeaderClassName
{
color: #ACC00F;
}
.AnyTagClassName
{
color: #ACC00F;
}
</style>
background-color css
<style>
a { background-color: #ACC00F; }
a { background-color: rgb(172,192,15); }
div.DivClassName
{
background-color: #ACC00F;
}
.BgClassName
{
background-color: #ACC00F;
}
</style>
border-color css
<style>
span { border-color: #ACC00F; }
span { border-color: rgb(172,192,15); }
td.TdClassName
{
border-color: #ACC00F;
}
.TagClassName
{
border-color: #ACC00F;
}
</style>