Shades of Bahia #ACC10E
Tints of Bahia #ACC10E
RGB
CMYK
RGB Variations
Color information
#ACC10E (or 0xACC10E) is known color: Bahia. HEX triplet: AC, C1 and 0E. RGB value is (172,193,14). Sum of RGB (Red+Green+Blue) = 172+193+14=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC10E is #533EF1. Grayscale: #A7A7A7. Windows color (decimal): -5455602 or 967084. OLE color: 967084.
HSL color Cylindrical-coordinate representation of color #ACC10E: hue angle of 67.04º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACC10E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 14 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.24 |
| HSL | 67.04º | 0.86% | 0.41% | - |
| HSV(B) | 67.04º | 0.93% | 0.76% | - |
| XYZ | 36.16 | 46.94 | 7.57 | - |
| YUV | 166.32 | 42.04 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 14 | 0.11 | 0 | 0.93 | 0.24 | 67.04 | 0.86 | 0.41 |
| Hex | AC | C1 | E | B | 0 | 5D | 18 | 43 | 56 | 29 |
| Octal | 254 | 301 | 16 | 13 | 0 | 135 | 30 | 103 | 126 | 51 |
| Binary | 10101100 | 11000001 | 1110 | 1011 | 0 | 1011101 | 11000 | 1000011 | 1010110 | 101001 |
Color Harmonies of #ACC10E
Complementary color
Monochromatic Colors of #ACC10E
Black with #ACC10E
Text Example
Text Example
White with #ACC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC10E; }
p { color: rgb(172,193,14); }
H1.HeaderClassName
{
color: #ACC10E;
}
.AnyTagClassName
{
color: #ACC10E;
}
</style>
background-color css
<style>
a { background-color: #ACC10E; }
a { background-color: rgb(172,193,14); }
div.DivClassName
{
background-color: #ACC10E;
}
.BgClassName
{
background-color: #ACC10E;
}
</style>
border-color css
<style>
span { border-color: #ACC10E; }
span { border-color: rgb(172,193,14); }
td.TdClassName
{
border-color: #ACC10E;
}
.TagClassName
{
border-color: #ACC10E;
}
</style>