Shades of Bahia #ABBC12
Tints of Bahia #ABBC12
RGB
CMYK
RGB Variations
Color information
#ABBC12 (or 0xABBC12) is known color: Bahia. HEX triplet: AB, BC and 12. RGB value is (171,188,18). Sum of RGB (Red+Green+Blue) = 171+188+18=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC12 is #5443ED. Grayscale: #A4A4A4. Windows color (decimal): -5522414 or 1227947. OLE color: 1227947.
HSL color Cylindrical-coordinate representation of color #ABBC12: hue angle of 66º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABBC12 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 18 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.26 |
| HSL | 66º | 0.83% | 0.4% | - |
| HSV(B) | 66º | 0.9% | 0.74% | - |
| XYZ | 34.89 | 44.67 | 7.36 | - |
| YUV | 163.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 18 | 0.09 | 0 | 0.90 | 0.26 | 66 | 0.83 | 0.4 |
| Hex | AB | BC | 12 | 9 | 0 | 5A | 1A | 42 | 53 | 28 |
| Octal | 253 | 274 | 22 | 11 | 0 | 132 | 32 | 102 | 123 | 50 |
| Binary | 10101011 | 10111100 | 10010 | 1001 | 0 | 1011010 | 11010 | 1000010 | 1010011 | 101000 |
Color Harmonies of #ABBC12
Complementary color
Monochromatic Colors of #ABBC12
Black with #ABBC12
Text Example
Text Example
White with #ABBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC12; }
p { color: rgb(171,188,18); }
H1.HeaderClassName
{
color: #ABBC12;
}
.AnyTagClassName
{
color: #ABBC12;
}
</style>
background-color css
<style>
a { background-color: #ABBC12; }
a { background-color: rgb(171,188,18); }
div.DivClassName
{
background-color: #ABBC12;
}
.BgClassName
{
background-color: #ABBC12;
}
</style>
border-color css
<style>
span { border-color: #ABBC12; }
span { border-color: rgb(171,188,18); }
td.TdClassName
{
border-color: #ABBC12;
}
.TagClassName
{
border-color: #ABBC12;
}
</style>