Shades of Bahia #ACC62E
Tints of Bahia #ACC62E
RGB
CMYK
RGB Variations
Color information
#ACC62E (or 0xACC62E) is known color: Bahia. HEX triplet: AC, C6 and 2E. RGB value is (172,198,46). Sum of RGB (Red+Green+Blue) = 172+198+46=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC62E is #5339D1. Grayscale: #ADADAD. Windows color (decimal): -5454290 or 3065516. OLE color: 3065516.
HSL color Cylindrical-coordinate representation of color #ACC62E: hue angle of 70.26º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACC62E is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 46 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.22 |
| HSL | 70.26º | 0.62% | 0.48% | - |
| HSV(B) | 70.26º | 0.77% | 0.78% | - |
| XYZ | 37.7 | 49.36 | 10.12 | - |
| YUV | 172.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 46 | 0.13 | 0 | 0.77 | 0.22 | 70.26 | 0.62 | 0.48 |
| Hex | AC | C6 | 2E | D | 0 | 4D | 16 | 46 | 3E | 30 |
| Octal | 254 | 306 | 56 | 15 | 0 | 115 | 26 | 106 | 76 | 60 |
| Binary | 10101100 | 11000110 | 101110 | 1101 | 0 | 1001101 | 10110 | 1000110 | 111110 | 110000 |
Color Harmonies of #ACC62E
Complementary color
Monochromatic Colors of #ACC62E
Black with #ACC62E
Text Example
Text Example
White with #ACC62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC62E; }
p { color: rgb(172,198,46); }
H1.HeaderClassName
{
color: #ACC62E;
}
.AnyTagClassName
{
color: #ACC62E;
}
</style>
background-color css
<style>
a { background-color: #ACC62E; }
a { background-color: rgb(172,198,46); }
div.DivClassName
{
background-color: #ACC62E;
}
.BgClassName
{
background-color: #ACC62E;
}
</style>
border-color css
<style>
span { border-color: #ACC62E; }
span { border-color: rgb(172,198,46); }
td.TdClassName
{
border-color: #ACC62E;
}
.TagClassName
{
border-color: #ACC62E;
}
</style>