Shades of Bahia #ACC21B
Tints of Bahia #ACC21B
RGB
CMYK
RGB Variations
Color information
#ACC21B (or 0xACC21B) is known color: Bahia. HEX triplet: AC, C2 and 1B. RGB value is (172,194,27). Sum of RGB (Red+Green+Blue) = 172+194+27=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC21B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC21B is #533DE4. Grayscale: #A9A9A9. Windows color (decimal): -5455333 or 1819308. OLE color: 1819308.
HSL color Cylindrical-coordinate representation of color #ACC21B: hue angle of 67.9º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACC21B is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 27 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.24 |
| HSL | 67.9º | 0.76% | 0.43% | - |
| HSV(B) | 67.9º | 0.86% | 0.76% | - |
| XYZ | 36.5 | 47.43 | 8.27 | - |
| YUV | 168.38 | 48.21 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 27 | 0.11 | 0 | 0.86 | 0.24 | 67.9 | 0.76 | 0.43 |
| Hex | AC | C2 | 1B | B | 0 | 56 | 18 | 44 | 4C | 2B |
| Octal | 254 | 302 | 33 | 13 | 0 | 126 | 30 | 104 | 114 | 53 |
| Binary | 10101100 | 11000010 | 11011 | 1011 | 0 | 1010110 | 11000 | 1000100 | 1001100 | 101011 |
Color Harmonies of #ACC21B
Complementary color
Monochromatic Colors of #ACC21B
Black with #ACC21B
Text Example
Text Example
White with #ACC21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC21B; }
p { color: rgb(172,194,27); }
H1.HeaderClassName
{
color: #ACC21B;
}
.AnyTagClassName
{
color: #ACC21B;
}
</style>
background-color css
<style>
a { background-color: #ACC21B; }
a { background-color: rgb(172,194,27); }
div.DivClassName
{
background-color: #ACC21B;
}
.BgClassName
{
background-color: #ACC21B;
}
</style>
border-color css
<style>
span { border-color: #ACC21B; }
span { border-color: rgb(172,194,27); }
td.TdClassName
{
border-color: #ACC21B;
}
.TagClassName
{
border-color: #ACC21B;
}
</style>