Shades of Bahia #ACCB1A
Tints of Bahia #ACCB1A
RGB
CMYK
RGB Variations
Color information
#ACCB1A (or 0xACCB1A) is known color: Bahia. HEX triplet: AC, CB and 1A. RGB value is (172,203,26). Sum of RGB (Red+Green+Blue) = 172+203+26=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB1A is #5334E5. Grayscale: #AEAEAE. Windows color (decimal): -5453030 or 1756076. OLE color: 1756076.
HSL color Cylindrical-coordinate representation of color #ACCB1A: hue angle of 70.51º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACCB1A is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 26 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.20 |
| HSL | 70.51º | 0.77% | 0.45% | - |
| HSV(B) | 70.51º | 0.87% | 0.8% | - |
| XYZ | 38.56 | 51.56 | 8.9 | - |
| YUV | 173.55 | 44.73 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 26 | 0.15 | 0 | 0.87 | 0.20 | 70.51 | 0.77 | 0.45 |
| Hex | AC | CB | 1A | F | 0 | 57 | 14 | 47 | 4D | 2D |
| Octal | 254 | 313 | 32 | 17 | 0 | 127 | 24 | 107 | 115 | 55 |
| Binary | 10101100 | 11001011 | 11010 | 1111 | 0 | 1010111 | 10100 | 1000111 | 1001101 | 101101 |
Color Harmonies of #ACCB1A
Complementary color
Monochromatic Colors of #ACCB1A
Black with #ACCB1A
Text Example
Text Example
White with #ACCB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB1A; }
p { color: rgb(172,203,26); }
H1.HeaderClassName
{
color: #ACCB1A;
}
.AnyTagClassName
{
color: #ACCB1A;
}
</style>
background-color css
<style>
a { background-color: #ACCB1A; }
a { background-color: rgb(172,203,26); }
div.DivClassName
{
background-color: #ACCB1A;
}
.BgClassName
{
background-color: #ACCB1A;
}
</style>
border-color css
<style>
span { border-color: #ACCB1A; }
span { border-color: rgb(172,203,26); }
td.TdClassName
{
border-color: #ACCB1A;
}
.TagClassName
{
border-color: #ACCB1A;
}
</style>