Shades of Bahia #ACC10D
Tints of Bahia #ACC10D
RGB
CMYK
RGB Variations
Color information
#ACC10D (or 0xACC10D) is known color: Bahia. HEX triplet: AC, C1 and 0D. RGB value is (172,193,13). Sum of RGB (Red+Green+Blue) = 172+193+13=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC10D is #533EF2. Grayscale: #A6A6A6. Windows color (decimal): -5455603 or 901548. OLE color: 901548.
HSL color Cylindrical-coordinate representation of color #ACC10D: hue angle of 67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACC10D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.24 |
| HSL | 67º | 0.87% | 0.4% | - |
| HSV(B) | 67º | 0.93% | 0.76% | - |
| XYZ | 36.16 | 46.94 | 7.54 | - |
| YUV | 166.2 | 41.54 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 13 | 0.11 | 0 | 0.93 | 0.24 | 67 | 0.87 | 0.4 |
| Hex | AC | C1 | D | B | 0 | 5D | 18 | 43 | 57 | 28 |
| Octal | 254 | 301 | 15 | 13 | 0 | 135 | 30 | 103 | 127 | 50 |
| Binary | 10101100 | 11000001 | 1101 | 1011 | 0 | 1011101 | 11000 | 1000011 | 1010111 | 101000 |
Color Harmonies of #ACC10D
Complementary color
Monochromatic Colors of #ACC10D
Black with #ACC10D
Text Example
Text Example
White with #ACC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC10D; }
p { color: rgb(172,193,13); }
H1.HeaderClassName
{
color: #ACC10D;
}
.AnyTagClassName
{
color: #ACC10D;
}
</style>
background-color css
<style>
a { background-color: #ACC10D; }
a { background-color: rgb(172,193,13); }
div.DivClassName
{
background-color: #ACC10D;
}
.BgClassName
{
background-color: #ACC10D;
}
</style>
border-color css
<style>
span { border-color: #ACC10D; }
span { border-color: rgb(172,193,13); }
td.TdClassName
{
border-color: #ACC10D;
}
.TagClassName
{
border-color: #ACC10D;
}
</style>