Shades of Bahia #ACC51B
Tints of Bahia #ACC51B
RGB
CMYK
RGB Variations
Color information
#ACC51B (or 0xACC51B) is known color: Bahia. HEX triplet: AC, C5 and 1B. RGB value is (172,197,27). Sum of RGB (Red+Green+Blue) = 172+197+27=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC51B is #533AE4. Grayscale: #AAAAAA. Windows color (decimal): -5454565 or 1820076. OLE color: 1820076.
HSL color Cylindrical-coordinate representation of color #ACC51B: hue angle of 68.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACC51B is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 27 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.23 |
| HSL | 68.82º | 0.76% | 0.44% | - |
| HSV(B) | 68.82º | 0.86% | 0.77% | - |
| XYZ | 37.18 | 48.78 | 8.49 | - |
| YUV | 170.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 27 | 0.13 | 0 | 0.86 | 0.23 | 68.82 | 0.76 | 0.44 |
| Hex | AC | C5 | 1B | D | 0 | 56 | 17 | 45 | 4C | 2C |
| Octal | 254 | 305 | 33 | 15 | 0 | 126 | 27 | 105 | 114 | 54 |
| Binary | 10101100 | 11000101 | 11011 | 1101 | 0 | 1010110 | 10111 | 1000101 | 1001100 | 101100 |
Color Harmonies of #ACC51B
Complementary color
Monochromatic Colors of #ACC51B
Black with #ACC51B
Text Example
Text Example
White with #ACC51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC51B; }
p { color: rgb(172,197,27); }
H1.HeaderClassName
{
color: #ACC51B;
}
.AnyTagClassName
{
color: #ACC51B;
}
</style>
background-color css
<style>
a { background-color: #ACC51B; }
a { background-color: rgb(172,197,27); }
div.DivClassName
{
background-color: #ACC51B;
}
.BgClassName
{
background-color: #ACC51B;
}
</style>
border-color css
<style>
span { border-color: #ACC51B; }
span { border-color: rgb(172,197,27); }
td.TdClassName
{
border-color: #ACC51B;
}
.TagClassName
{
border-color: #ACC51B;
}
</style>