Shades of Bahia #ACC023
Tints of Bahia #ACC023
RGB
CMYK
RGB Variations
Color information
#ACC023 (or 0xACC023) is known color: Bahia. HEX triplet: AC, C0 and 23. RGB value is (172,192,35). Sum of RGB (Red+Green+Blue) = 172+192+35=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC023 is #533FDC. Grayscale: #A8A8A8. Windows color (decimal): -5455837 or 2343084. OLE color: 2343084.
HSL color Cylindrical-coordinate representation of color #ACC023: hue angle of 67.64º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACC023 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 35 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.25 |
| HSL | 67.64º | 0.69% | 0.45% | - |
| HSV(B) | 67.64º | 0.82% | 0.75% | - |
| XYZ | 36.17 | 46.59 | 8.68 | - |
| YUV | 168.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 35 | 0.10 | 0 | 0.82 | 0.25 | 67.64 | 0.69 | 0.45 |
| Hex | AC | C0 | 23 | A | 0 | 52 | 19 | 44 | 45 | 2D |
| Octal | 254 | 300 | 43 | 12 | 0 | 122 | 31 | 104 | 105 | 55 |
| Binary | 10101100 | 11000000 | 100011 | 1010 | 0 | 1010010 | 11001 | 1000100 | 1000101 | 101101 |
Color Harmonies of #ACC023
Complementary color
Monochromatic Colors of #ACC023
Black with #ACC023
Text Example
Text Example
White with #ACC023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC023; }
p { color: rgb(172,192,35); }
H1.HeaderClassName
{
color: #ACC023;
}
.AnyTagClassName
{
color: #ACC023;
}
</style>
background-color css
<style>
a { background-color: #ACC023; }
a { background-color: rgb(172,192,35); }
div.DivClassName
{
background-color: #ACC023;
}
.BgClassName
{
background-color: #ACC023;
}
</style>
border-color css
<style>
span { border-color: #ACC023; }
span { border-color: rgb(172,192,35); }
td.TdClassName
{
border-color: #ACC023;
}
.TagClassName
{
border-color: #ACC023;
}
</style>