Shades of Bahia #ACC21C
Tints of Bahia #ACC21C
RGB
CMYK
RGB Variations
Color information
#ACC21C (or 0xACC21C) is known color: Bahia. HEX triplet: AC, C2 and 1C. RGB value is (172,194,28). Sum of RGB (Red+Green+Blue) = 172+194+28=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC21C is #533DE3. Grayscale: #A9A9A9. Windows color (decimal): -5455332 or 1884844. OLE color: 1884844.
HSL color Cylindrical-coordinate representation of color #ACC21C: hue angle of 67.95º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACC21C is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 28 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.24 |
| HSL | 67.95º | 0.75% | 0.44% | - |
| HSV(B) | 67.95º | 0.86% | 0.76% | - |
| XYZ | 36.51 | 47.44 | 8.33 | - |
| YUV | 168.5 | 48.71 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 28 | 0.11 | 0 | 0.86 | 0.24 | 67.95 | 0.75 | 0.44 |
| Hex | AC | C2 | 1C | B | 0 | 56 | 18 | 44 | 4B | 2C |
| Octal | 254 | 302 | 34 | 13 | 0 | 126 | 30 | 104 | 113 | 54 |
| Binary | 10101100 | 11000010 | 11100 | 1011 | 0 | 1010110 | 11000 | 1000100 | 1001011 | 101100 |
Color Harmonies of #ACC21C
Complementary color
Monochromatic Colors of #ACC21C
Black with #ACC21C
Text Example
Text Example
White with #ACC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC21C; }
p { color: rgb(172,194,28); }
H1.HeaderClassName
{
color: #ACC21C;
}
.AnyTagClassName
{
color: #ACC21C;
}
</style>
background-color css
<style>
a { background-color: #ACC21C; }
a { background-color: rgb(172,194,28); }
div.DivClassName
{
background-color: #ACC21C;
}
.BgClassName
{
background-color: #ACC21C;
}
</style>
border-color css
<style>
span { border-color: #ACC21C; }
span { border-color: rgb(172,194,28); }
td.TdClassName
{
border-color: #ACC21C;
}
.TagClassName
{
border-color: #ACC21C;
}
</style>