Shades of Bahia #ABBD11
Tints of Bahia #ABBD11
RGB
CMYK
RGB Variations
Color information
#ABBD11 (or 0xABBD11) is known color: Bahia. HEX triplet: AB, BD and 11. RGB value is (171,189,17). Sum of RGB (Red+Green+Blue) = 171+189+17=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD11 is #5442EE. Grayscale: #A4A4A4. Windows color (decimal): -5522159 or 1162667. OLE color: 1162667.
HSL color Cylindrical-coordinate representation of color #ABBD11: hue angle of 66.28º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABBD11 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 17 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.26 |
| HSL | 66.28º | 0.83% | 0.4% | - |
| HSV(B) | 66.28º | 0.91% | 0.74% | - |
| XYZ | 35.09 | 45.09 | 7.38 | - |
| YUV | 164.01 | 45.04 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 17 | 0.10 | 0 | 0.91 | 0.26 | 66.28 | 0.83 | 0.4 |
| Hex | AB | BD | 11 | A | 0 | 5B | 1A | 42 | 53 | 28 |
| Octal | 253 | 275 | 21 | 12 | 0 | 133 | 32 | 102 | 123 | 50 |
| Binary | 10101011 | 10111101 | 10001 | 1010 | 0 | 1011011 | 11010 | 1000010 | 1010011 | 101000 |
Color Harmonies of #ABBD11
Complementary color
Monochromatic Colors of #ABBD11
Black with #ABBD11
Text Example
Text Example
White with #ABBD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD11; }
p { color: rgb(171,189,17); }
H1.HeaderClassName
{
color: #ABBD11;
}
.AnyTagClassName
{
color: #ABBD11;
}
</style>
background-color css
<style>
a { background-color: #ABBD11; }
a { background-color: rgb(171,189,17); }
div.DivClassName
{
background-color: #ABBD11;
}
.BgClassName
{
background-color: #ABBD11;
}
</style>
border-color css
<style>
span { border-color: #ABBD11; }
span { border-color: rgb(171,189,17); }
td.TdClassName
{
border-color: #ABBD11;
}
.TagClassName
{
border-color: #ABBD11;
}
</style>