Shades of Bahia #ACC10F
Tints of Bahia #ACC10F
RGB
CMYK
RGB Variations
Color information
#ACC10F (or 0xACC10F) is known color: Bahia. HEX triplet: AC, C1 and 0F. RGB value is (172,193,15). Sum of RGB (Red+Green+Blue) = 172+193+15=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC10F is #533EF0. Grayscale: #A7A7A7. Windows color (decimal): -5455601 or 1032620. OLE color: 1032620.
HSL color Cylindrical-coordinate representation of color #ACC10F: hue angle of 67.08º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACC10F is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 15 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.24 |
| HSL | 67.08º | 0.86% | 0.41% | - |
| HSV(B) | 67.08º | 0.92% | 0.76% | - |
| XYZ | 36.17 | 46.95 | 7.61 | - |
| YUV | 166.43 | 42.54 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 15 | 0.11 | 0 | 0.92 | 0.24 | 67.08 | 0.86 | 0.41 |
| Hex | AC | C1 | F | B | 0 | 5C | 18 | 43 | 56 | 29 |
| Octal | 254 | 301 | 17 | 13 | 0 | 134 | 30 | 103 | 126 | 51 |
| Binary | 10101100 | 11000001 | 1111 | 1011 | 0 | 1011100 | 11000 | 1000011 | 1010110 | 101001 |
Color Harmonies of #ACC10F
Complementary color
Monochromatic Colors of #ACC10F
Black with #ACC10F
Text Example
Text Example
White with #ACC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC10F; }
p { color: rgb(172,193,15); }
H1.HeaderClassName
{
color: #ACC10F;
}
.AnyTagClassName
{
color: #ACC10F;
}
</style>
background-color css
<style>
a { background-color: #ACC10F; }
a { background-color: rgb(172,193,15); }
div.DivClassName
{
background-color: #ACC10F;
}
.BgClassName
{
background-color: #ACC10F;
}
</style>
border-color css
<style>
span { border-color: #ACC10F; }
span { border-color: rgb(172,193,15); }
td.TdClassName
{
border-color: #ACC10F;
}
.TagClassName
{
border-color: #ACC10F;
}
</style>