Shades of Bahia #ACC123
Tints of Bahia #ACC123
RGB
CMYK
RGB Variations
Color information
#ACC123 (or 0xACC123) is known color: Bahia. HEX triplet: AC, C1 and 23. RGB value is (172,193,35). Sum of RGB (Red+Green+Blue) = 172+193+35=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC123 is #533EDC. Grayscale: #A9A9A9. Windows color (decimal): -5455581 or 2343340. OLE color: 2343340.
HSL color Cylindrical-coordinate representation of color #ACC123: hue angle of 67.97º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACC123 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 35 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.24 |
| HSL | 67.97º | 0.69% | 0.45% | - |
| HSV(B) | 67.97º | 0.82% | 0.76% | - |
| XYZ | 36.39 | 47.03 | 8.75 | - |
| YUV | 168.71 | 52.54 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 35 | 0.11 | 0 | 0.82 | 0.24 | 67.97 | 0.69 | 0.45 |
| Hex | AC | C1 | 23 | B | 0 | 52 | 18 | 44 | 45 | 2D |
| Octal | 254 | 301 | 43 | 13 | 0 | 122 | 30 | 104 | 105 | 55 |
| Binary | 10101100 | 11000001 | 100011 | 1011 | 0 | 1010010 | 11000 | 1000100 | 1000101 | 101101 |
Color Harmonies of #ACC123
Complementary color
Monochromatic Colors of #ACC123
Black with #ACC123
Text Example
Text Example
White with #ACC123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC123; }
p { color: rgb(172,193,35); }
H1.HeaderClassName
{
color: #ACC123;
}
.AnyTagClassName
{
color: #ACC123;
}
</style>
background-color css
<style>
a { background-color: #ACC123; }
a { background-color: rgb(172,193,35); }
div.DivClassName
{
background-color: #ACC123;
}
.BgClassName
{
background-color: #ACC123;
}
</style>
border-color css
<style>
span { border-color: #ACC123; }
span { border-color: rgb(172,193,35); }
td.TdClassName
{
border-color: #ACC123;
}
.TagClassName
{
border-color: #ACC123;
}
</style>