Shades of Bahia #ACC134
Tints of Bahia #ACC134
RGB
CMYK
RGB Variations
Color information
#ACC134 (or 0xACC134) is known color: Bahia. HEX triplet: AC, C1 and 34. RGB value is (172,193,52). Sum of RGB (Red+Green+Blue) = 172+193+52=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC134 is #533ECB. Grayscale: #ABABAB. Windows color (decimal): -5455564 or 3457452. OLE color: 3457452.
HSL color Cylindrical-coordinate representation of color #ACC134: hue angle of 68.94º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACC134 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 52 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.24 |
| HSL | 68.94º | 0.58% | 0.48% | - |
| HSV(B) | 68.94º | 0.73% | 0.76% | - |
| XYZ | 36.7 | 47.16 | 10.42 | - |
| YUV | 170.65 | 61.04 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 52 | 0.11 | 0 | 0.73 | 0.24 | 68.94 | 0.58 | 0.48 |
| Hex | AC | C1 | 34 | B | 0 | 49 | 18 | 45 | 3A | 30 |
| Octal | 254 | 301 | 64 | 13 | 0 | 111 | 30 | 105 | 72 | 60 |
| Binary | 10101100 | 11000001 | 110100 | 1011 | 0 | 1001001 | 11000 | 1000101 | 111010 | 110000 |
Color Harmonies of #ACC134
Complementary color
Monochromatic Colors of #ACC134
Black with #ACC134
Text Example
Text Example
White with #ACC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC134; }
p { color: rgb(172,193,52); }
H1.HeaderClassName
{
color: #ACC134;
}
.AnyTagClassName
{
color: #ACC134;
}
</style>
background-color css
<style>
a { background-color: #ACC134; }
a { background-color: rgb(172,193,52); }
div.DivClassName
{
background-color: #ACC134;
}
.BgClassName
{
background-color: #ACC134;
}
</style>
border-color css
<style>
span { border-color: #ACC134; }
span { border-color: rgb(172,193,52); }
td.TdClassName
{
border-color: #ACC134;
}
.TagClassName
{
border-color: #ACC134;
}
</style>