Shades of Bahia #ABBC18
Tints of Bahia #ABBC18
RGB
CMYK
RGB Variations
Color information
#ABBC18 (or 0xABBC18) is known color: Bahia. HEX triplet: AB, BC and 18. RGB value is (171,188,24). Sum of RGB (Red+Green+Blue) = 171+188+24=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC18 is #5443E7. Grayscale: #A4A4A4. Windows color (decimal): -5522408 or 1621163. OLE color: 1621163.
HSL color Cylindrical-coordinate representation of color #ABBC18: hue angle of 66.22º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABBC18 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 24 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.26 |
| HSL | 66.22º | 0.77% | 0.42% | - |
| HSV(B) | 66.22º | 0.87% | 0.74% | - |
| XYZ | 34.94 | 44.69 | 7.65 | - |
| YUV | 164.22 | 48.87 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 24 | 0.09 | 0 | 0.87 | 0.26 | 66.22 | 0.77 | 0.42 |
| Hex | AB | BC | 18 | 9 | 0 | 57 | 1A | 42 | 4D | 2A |
| Octal | 253 | 274 | 30 | 11 | 0 | 127 | 32 | 102 | 115 | 52 |
| Binary | 10101011 | 10111100 | 11000 | 1001 | 0 | 1010111 | 11010 | 1000010 | 1001101 | 101010 |
Color Harmonies of #ABBC18
Complementary color
Monochromatic Colors of #ABBC18
Black with #ABBC18
Text Example
Text Example
White with #ABBC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC18; }
p { color: rgb(171,188,24); }
H1.HeaderClassName
{
color: #ABBC18;
}
.AnyTagClassName
{
color: #ABBC18;
}
</style>
background-color css
<style>
a { background-color: #ABBC18; }
a { background-color: rgb(171,188,24); }
div.DivClassName
{
background-color: #ABBC18;
}
.BgClassName
{
background-color: #ABBC18;
}
</style>
border-color css
<style>
span { border-color: #ABBC18; }
span { border-color: rgb(171,188,24); }
td.TdClassName
{
border-color: #ABBC18;
}
.TagClassName
{
border-color: #ABBC18;
}
</style>