Shades of Bahia #ACC92A
Tints of Bahia #ACC92A
RGB
CMYK
RGB Variations
Color information
#ACC92A (or 0xACC92A) is known color: Bahia. HEX triplet: AC, C9 and 2A. RGB value is (172,201,42). Sum of RGB (Red+Green+Blue) = 172+201+42=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC92A is #5336D5. Grayscale: #AEAEAE. Windows color (decimal): -5453526 or 2804140. OLE color: 2804140.
HSL color Cylindrical-coordinate representation of color #ACC92A: hue angle of 70.94º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACC92A is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 42 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.21 |
| HSL | 70.94º | 0.65% | 0.48% | - |
| HSV(B) | 70.94º | 0.79% | 0.79% | - |
| XYZ | 38.32 | 50.71 | 9.96 | - |
| YUV | 174.2 | 53.39 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 42 | 0.14 | 0 | 0.79 | 0.21 | 70.94 | 0.65 | 0.48 |
| Hex | AC | C9 | 2A | E | 0 | 4F | 15 | 47 | 41 | 30 |
| Octal | 254 | 311 | 52 | 16 | 0 | 117 | 25 | 107 | 101 | 60 |
| Binary | 10101100 | 11001001 | 101010 | 1110 | 0 | 1001111 | 10101 | 1000111 | 1000001 | 110000 |
Color Harmonies of #ACC92A
Complementary color
Monochromatic Colors of #ACC92A
Black with #ACC92A
Text Example
Text Example
White with #ACC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC92A; }
p { color: rgb(172,201,42); }
H1.HeaderClassName
{
color: #ACC92A;
}
.AnyTagClassName
{
color: #ACC92A;
}
</style>
background-color css
<style>
a { background-color: #ACC92A; }
a { background-color: rgb(172,201,42); }
div.DivClassName
{
background-color: #ACC92A;
}
.BgClassName
{
background-color: #ACC92A;
}
</style>
border-color css
<style>
span { border-color: #ACC92A; }
span { border-color: rgb(172,201,42); }
td.TdClassName
{
border-color: #ACC92A;
}
.TagClassName
{
border-color: #ACC92A;
}
</style>