Shades of Bahia #ACC90F
Tints of Bahia #ACC90F
RGB
CMYK
RGB Variations
Color information
#ACC90F (or 0xACC90F) is known color: Bahia. HEX triplet: AC, C9 and 0F. RGB value is (172,201,15). Sum of RGB (Red+Green+Blue) = 172+201+15=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC90F is #5336F0. Grayscale: #ABABAB. Windows color (decimal): -5453553 or 1034668. OLE color: 1034668.
HSL color Cylindrical-coordinate representation of color #ACC90F: hue angle of 69.35º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACC90F is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 15 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.21 |
| HSL | 69.35º | 0.86% | 0.42% | - |
| HSV(B) | 69.35º | 0.93% | 0.79% | - |
| XYZ | 37.99 | 50.58 | 8.21 | - |
| YUV | 171.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 15 | 0.14 | 0 | 0.93 | 0.21 | 69.35 | 0.86 | 0.42 |
| Hex | AC | C9 | F | E | 0 | 5D | 15 | 45 | 56 | 2A |
| Octal | 254 | 311 | 17 | 16 | 0 | 135 | 25 | 105 | 126 | 52 |
| Binary | 10101100 | 11001001 | 1111 | 1110 | 0 | 1011101 | 10101 | 1000101 | 1010110 | 101010 |
Color Harmonies of #ACC90F
Complementary color
Monochromatic Colors of #ACC90F
Black with #ACC90F
Text Example
Text Example
White with #ACC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC90F; }
p { color: rgb(172,201,15); }
H1.HeaderClassName
{
color: #ACC90F;
}
.AnyTagClassName
{
color: #ACC90F;
}
</style>
background-color css
<style>
a { background-color: #ACC90F; }
a { background-color: rgb(172,201,15); }
div.DivClassName
{
background-color: #ACC90F;
}
.BgClassName
{
background-color: #ACC90F;
}
</style>
border-color css
<style>
span { border-color: #ACC90F; }
span { border-color: rgb(172,201,15); }
td.TdClassName
{
border-color: #ACC90F;
}
.TagClassName
{
border-color: #ACC90F;
}
</style>