Shades of Bahia #ACBC25
Tints of Bahia #ACBC25
RGB
CMYK
RGB Variations
Color information
#ACBC25 (or 0xACBC25) is known color: Bahia. HEX triplet: AC, BC and 25. RGB value is (172,188,37). Sum of RGB (Red+Green+Blue) = 172+188+37=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC25 is #5343DA. Grayscale: #A6A6A6. Windows color (decimal): -5456859 or 2473132. OLE color: 2473132.
HSL color Cylindrical-coordinate representation of color #ACBC25: hue angle of 66.36º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACBC25 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 37 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.26 |
| HSL | 66.36º | 0.67% | 0.44% | - |
| HSV(B) | 66.36º | 0.8% | 0.74% | - |
| XYZ | 35.33 | 44.87 | 8.55 | - |
| YUV | 166 | 55.2 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 37 | 0.09 | 0 | 0.80 | 0.26 | 66.36 | 0.67 | 0.44 |
| Hex | AC | BC | 25 | 9 | 0 | 50 | 1A | 42 | 43 | 2C |
| Octal | 254 | 274 | 45 | 11 | 0 | 120 | 32 | 102 | 103 | 54 |
| Binary | 10101100 | 10111100 | 100101 | 1001 | 0 | 1010000 | 11010 | 1000010 | 1000011 | 101100 |
Color Harmonies of #ACBC25
Complementary color
Monochromatic Colors of #ACBC25
Black with #ACBC25
Text Example
Text Example
White with #ACBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC25; }
p { color: rgb(172,188,37); }
H1.HeaderClassName
{
color: #ACBC25;
}
.AnyTagClassName
{
color: #ACBC25;
}
</style>
background-color css
<style>
a { background-color: #ACBC25; }
a { background-color: rgb(172,188,37); }
div.DivClassName
{
background-color: #ACBC25;
}
.BgClassName
{
background-color: #ACBC25;
}
</style>
border-color css
<style>
span { border-color: #ACBC25; }
span { border-color: rgb(172,188,37); }
td.TdClassName
{
border-color: #ACBC25;
}
.TagClassName
{
border-color: #ACBC25;
}
</style>