Shades of Bahia #ACC92C
Tints of Bahia #ACC92C
RGB
CMYK
RGB Variations
Color information
#ACC92C (or 0xACC92C) is known color: Bahia. HEX triplet: AC, C9 and 2C. RGB value is (172,201,44). Sum of RGB (Red+Green+Blue) = 172+201+44=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC92C is #5336D3. Grayscale: #AFAFAF. Windows color (decimal): -5453524 or 2935212. OLE color: 2935212.
HSL color Cylindrical-coordinate representation of color #ACC92C: hue angle of 71.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACC92C is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 44 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.21 |
| HSL | 71.08º | 0.64% | 0.48% | - |
| HSV(B) | 71.08º | 0.78% | 0.79% | - |
| XYZ | 38.35 | 50.73 | 10.15 | - |
| YUV | 174.43 | 54.39 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 44 | 0.14 | 0 | 0.78 | 0.21 | 71.08 | 0.64 | 0.48 |
| Hex | AC | C9 | 2C | E | 0 | 4E | 15 | 47 | 40 | 30 |
| Octal | 254 | 311 | 54 | 16 | 0 | 116 | 25 | 107 | 100 | 60 |
| Binary | 10101100 | 11001001 | 101100 | 1110 | 0 | 1001110 | 10101 | 1000111 | 1000000 | 110000 |
Color Harmonies of #ACC92C
Complementary color
Monochromatic Colors of #ACC92C
Black with #ACC92C
Text Example
Text Example
White with #ACC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC92C; }
p { color: rgb(172,201,44); }
H1.HeaderClassName
{
color: #ACC92C;
}
.AnyTagClassName
{
color: #ACC92C;
}
</style>
background-color css
<style>
a { background-color: #ACC92C; }
a { background-color: rgb(172,201,44); }
div.DivClassName
{
background-color: #ACC92C;
}
.BgClassName
{
background-color: #ACC92C;
}
</style>
border-color css
<style>
span { border-color: #ACC92C; }
span { border-color: rgb(172,201,44); }
td.TdClassName
{
border-color: #ACC92C;
}
.TagClassName
{
border-color: #ACC92C;
}
</style>