Shades of Bahia #ACC02B
Tints of Bahia #ACC02B
RGB
CMYK
RGB Variations
Color information
#ACC02B (or 0xACC02B) is known color: Bahia. HEX triplet: AC, C0 and 2B. RGB value is (172,192,43). Sum of RGB (Red+Green+Blue) = 172+192+43=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC02B is #533FD4. Grayscale: #A9A9A9. Windows color (decimal): -5455829 or 2867372. OLE color: 2867372.
HSL color Cylindrical-coordinate representation of color #ACC02B: hue angle of 68.05º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACC02B is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 43 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.25 |
| HSL | 68.05º | 0.63% | 0.46% | - |
| HSV(B) | 68.05º | 0.78% | 0.75% | - |
| XYZ | 36.3 | 46.64 | 9.38 | - |
| YUV | 169.03 | 56.87 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 43 | 0.10 | 0 | 0.78 | 0.25 | 68.05 | 0.63 | 0.46 |
| Hex | AC | C0 | 2B | A | 0 | 4E | 19 | 44 | 3F | 2E |
| Octal | 254 | 300 | 53 | 12 | 0 | 116 | 31 | 104 | 77 | 56 |
| Binary | 10101100 | 11000000 | 101011 | 1010 | 0 | 1001110 | 11001 | 1000100 | 111111 | 101110 |
Color Harmonies of #ACC02B
Complementary color
Monochromatic Colors of #ACC02B
Black with #ACC02B
Text Example
Text Example
White with #ACC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC02B; }
p { color: rgb(172,192,43); }
H1.HeaderClassName
{
color: #ACC02B;
}
.AnyTagClassName
{
color: #ACC02B;
}
</style>
background-color css
<style>
a { background-color: #ACC02B; }
a { background-color: rgb(172,192,43); }
div.DivClassName
{
background-color: #ACC02B;
}
.BgClassName
{
background-color: #ACC02B;
}
</style>
border-color css
<style>
span { border-color: #ACC02B; }
span { border-color: rgb(172,192,43); }
td.TdClassName
{
border-color: #ACC02B;
}
.TagClassName
{
border-color: #ACC02B;
}
</style>