Shades of Bahia #ACC21E
Tints of Bahia #ACC21E
RGB
CMYK
RGB Variations
Color information
#ACC21E (or 0xACC21E) is known color: Bahia. HEX triplet: AC, C2 and 1E. RGB value is (172,194,30). Sum of RGB (Red+Green+Blue) = 172+194+30=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC21E is #533DE1. Grayscale: #A9A9A9. Windows color (decimal): -5455330 or 2015916. OLE color: 2015916.
HSL color Cylindrical-coordinate representation of color #ACC21E: hue angle of 68.05º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACC21E is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 30 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.24 |
| HSL | 68.05º | 0.73% | 0.44% | - |
| HSV(B) | 68.05º | 0.85% | 0.76% | - |
| XYZ | 36.54 | 47.45 | 8.46 | - |
| YUV | 168.73 | 49.71 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 30 | 0.11 | 0 | 0.85 | 0.24 | 68.05 | 0.73 | 0.44 |
| Hex | AC | C2 | 1E | B | 0 | 55 | 18 | 44 | 49 | 2C |
| Octal | 254 | 302 | 36 | 13 | 0 | 125 | 30 | 104 | 111 | 54 |
| Binary | 10101100 | 11000010 | 11110 | 1011 | 0 | 1010101 | 11000 | 1000100 | 1001001 | 101100 |
Color Harmonies of #ACC21E
Complementary color
Monochromatic Colors of #ACC21E
Black with #ACC21E
Text Example
Text Example
White with #ACC21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC21E; }
p { color: rgb(172,194,30); }
H1.HeaderClassName
{
color: #ACC21E;
}
.AnyTagClassName
{
color: #ACC21E;
}
</style>
background-color css
<style>
a { background-color: #ACC21E; }
a { background-color: rgb(172,194,30); }
div.DivClassName
{
background-color: #ACC21E;
}
.BgClassName
{
background-color: #ACC21E;
}
</style>
border-color css
<style>
span { border-color: #ACC21E; }
span { border-color: rgb(172,194,30); }
td.TdClassName
{
border-color: #ACC21E;
}
.TagClassName
{
border-color: #ACC21E;
}
</style>