Shades of Bahia #ACC90D
Tints of Bahia #ACC90D
RGB
CMYK
RGB Variations
Color information
#ACC90D (or 0xACC90D) is known color: Bahia. HEX triplet: AC, C9 and 0D. RGB value is (172,201,13). Sum of RGB (Red+Green+Blue) = 172+201+13=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC90D is #5336F2. Grayscale: #ABABAB. Windows color (decimal): -5453555 or 903596. OLE color: 903596.
HSL color Cylindrical-coordinate representation of color #ACC90D: hue angle of 69.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC90D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.21 |
| HSL | 69.26º | 0.88% | 0.42% | - |
| HSV(B) | 69.26º | 0.94% | 0.79% | - |
| XYZ | 37.97 | 50.57 | 8.14 | - |
| YUV | 170.9 | 38.89 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 13 | 0.14 | 0 | 0.94 | 0.21 | 69.26 | 0.88 | 0.42 |
| Hex | AC | C9 | D | E | 0 | 5E | 15 | 45 | 58 | 2A |
| Octal | 254 | 311 | 15 | 16 | 0 | 136 | 25 | 105 | 130 | 52 |
| Binary | 10101100 | 11001001 | 1101 | 1110 | 0 | 1011110 | 10101 | 1000101 | 1011000 | 101010 |
Color Harmonies of #ACC90D
Complementary color
Monochromatic Colors of #ACC90D
Black with #ACC90D
Text Example
Text Example
White with #ACC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC90D; }
p { color: rgb(172,201,13); }
H1.HeaderClassName
{
color: #ACC90D;
}
.AnyTagClassName
{
color: #ACC90D;
}
</style>
background-color css
<style>
a { background-color: #ACC90D; }
a { background-color: rgb(172,201,13); }
div.DivClassName
{
background-color: #ACC90D;
}
.BgClassName
{
background-color: #ACC90D;
}
</style>
border-color css
<style>
span { border-color: #ACC90D; }
span { border-color: rgb(172,201,13); }
td.TdClassName
{
border-color: #ACC90D;
}
.TagClassName
{
border-color: #ACC90D;
}
</style>