Shades of Bahia #ACCB1D
Tints of Bahia #ACCB1D
RGB
CMYK
RGB Variations
Color information
#ACCB1D (or 0xACCB1D) is known color: Bahia. HEX triplet: AC, CB and 1D. RGB value is (172,203,29). Sum of RGB (Red+Green+Blue) = 172+203+29=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB1D is #5334E2. Grayscale: #AEAEAE. Windows color (decimal): -5453027 or 1952684. OLE color: 1952684.
HSL color Cylindrical-coordinate representation of color #ACCB1D: hue angle of 70.69º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACCB1D is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 29 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.20 |
| HSL | 70.69º | 0.75% | 0.45% | - |
| HSV(B) | 70.69º | 0.86% | 0.8% | - |
| XYZ | 38.59 | 51.57 | 9.08 | - |
| YUV | 173.9 | 46.23 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 29 | 0.15 | 0 | 0.86 | 0.20 | 70.69 | 0.75 | 0.45 |
| Hex | AC | CB | 1D | F | 0 | 56 | 14 | 47 | 4B | 2D |
| Octal | 254 | 313 | 35 | 17 | 0 | 126 | 24 | 107 | 113 | 55 |
| Binary | 10101100 | 11001011 | 11101 | 1111 | 0 | 1010110 | 10100 | 1000111 | 1001011 | 101101 |
Color Harmonies of #ACCB1D
Complementary color
Monochromatic Colors of #ACCB1D
Black with #ACCB1D
Text Example
Text Example
White with #ACCB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB1D; }
p { color: rgb(172,203,29); }
H1.HeaderClassName
{
color: #ACCB1D;
}
.AnyTagClassName
{
color: #ACCB1D;
}
</style>
background-color css
<style>
a { background-color: #ACCB1D; }
a { background-color: rgb(172,203,29); }
div.DivClassName
{
background-color: #ACCB1D;
}
.BgClassName
{
background-color: #ACCB1D;
}
</style>
border-color css
<style>
span { border-color: #ACCB1D; }
span { border-color: rgb(172,203,29); }
td.TdClassName
{
border-color: #ACCB1D;
}
.TagClassName
{
border-color: #ACCB1D;
}
</style>