Shades of Bahia #ACCB1C
Tints of Bahia #ACCB1C
RGB
CMYK
RGB Variations
Color information
#ACCB1C (or 0xACCB1C) is known color: Bahia. HEX triplet: AC, CB and 1C. RGB value is (172,203,28). Sum of RGB (Red+Green+Blue) = 172+203+28=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB1C is #5334E3. Grayscale: #AEAEAE. Windows color (decimal): -5453028 or 1887148. OLE color: 1887148.
HSL color Cylindrical-coordinate representation of color #ACCB1C: hue angle of 70.63º degrees, saturation: 0.76, 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 #ACCB1C is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 28 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.20 |
| HSL | 70.63º | 0.76% | 0.45% | - |
| HSV(B) | 70.63º | 0.86% | 0.8% | - |
| XYZ | 38.58 | 51.57 | 9.02 | - |
| YUV | 173.78 | 45.73 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 28 | 0.15 | 0 | 0.86 | 0.20 | 70.63 | 0.76 | 0.45 |
| Hex | AC | CB | 1C | F | 0 | 56 | 14 | 47 | 4C | 2D |
| Octal | 254 | 313 | 34 | 17 | 0 | 126 | 24 | 107 | 114 | 55 |
| Binary | 10101100 | 11001011 | 11100 | 1111 | 0 | 1010110 | 10100 | 1000111 | 1001100 | 101101 |
Color Harmonies of #ACCB1C
Complementary color
Monochromatic Colors of #ACCB1C
Black with #ACCB1C
Text Example
Text Example
White with #ACCB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB1C; }
p { color: rgb(172,203,28); }
H1.HeaderClassName
{
color: #ACCB1C;
}
.AnyTagClassName
{
color: #ACCB1C;
}
</style>
background-color css
<style>
a { background-color: #ACCB1C; }
a { background-color: rgb(172,203,28); }
div.DivClassName
{
background-color: #ACCB1C;
}
.BgClassName
{
background-color: #ACCB1C;
}
</style>
border-color css
<style>
span { border-color: #ACCB1C; }
span { border-color: rgb(172,203,28); }
td.TdClassName
{
border-color: #ACCB1C;
}
.TagClassName
{
border-color: #ACCB1C;
}
</style>