Shades of Bahia #ACC62F
Tints of Bahia #ACC62F
RGB
CMYK
RGB Variations
Color information
#ACC62F (or 0xACC62F) is known color: Bahia. HEX triplet: AC, C6 and 2F. RGB value is (172,198,47). Sum of RGB (Red+Green+Blue) = 172+198+47=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC62F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC62F is #5339D0. Grayscale: #ADADAD. Windows color (decimal): -5454289 or 3131052. OLE color: 3131052.
HSL color Cylindrical-coordinate representation of color #ACC62F: hue angle of 70.33º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACC62F is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 47 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.22 |
| HSL | 70.33º | 0.62% | 0.48% | - |
| HSV(B) | 70.33º | 0.76% | 0.78% | - |
| XYZ | 37.72 | 49.36 | 10.23 | - |
| YUV | 173.01 | 56.89 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 47 | 0.13 | 0 | 0.76 | 0.22 | 70.33 | 0.62 | 0.48 |
| Hex | AC | C6 | 2F | D | 0 | 4C | 16 | 46 | 3E | 30 |
| Octal | 254 | 306 | 57 | 15 | 0 | 114 | 26 | 106 | 76 | 60 |
| Binary | 10101100 | 11000110 | 101111 | 1101 | 0 | 1001100 | 10110 | 1000110 | 111110 | 110000 |
Color Harmonies of #ACC62F
Complementary color
Monochromatic Colors of #ACC62F
Black with #ACC62F
Text Example
Text Example
White with #ACC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC62F; }
p { color: rgb(172,198,47); }
H1.HeaderClassName
{
color: #ACC62F;
}
.AnyTagClassName
{
color: #ACC62F;
}
</style>
background-color css
<style>
a { background-color: #ACC62F; }
a { background-color: rgb(172,198,47); }
div.DivClassName
{
background-color: #ACC62F;
}
.BgClassName
{
background-color: #ACC62F;
}
</style>
border-color css
<style>
span { border-color: #ACC62F; }
span { border-color: rgb(172,198,47); }
td.TdClassName
{
border-color: #ACC62F;
}
.TagClassName
{
border-color: #ACC62F;
}
</style>