Shades of Bahia #ABBD13
Tints of Bahia #ABBD13
RGB
CMYK
RGB Variations
Color information
#ABBD13 (or 0xABBD13) is known color: Bahia. HEX triplet: AB, BD and 13. RGB value is (171,189,19). Sum of RGB (Red+Green+Blue) = 171+189+19=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD13 is #5442EC. Grayscale: #A4A4A4. Windows color (decimal): -5522157 or 1293739. OLE color: 1293739.
HSL color Cylindrical-coordinate representation of color #ABBD13: hue angle of 66.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABBD13 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 19 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.26 |
| HSL | 66.35º | 0.82% | 0.41% | - |
| HSV(B) | 66.35º | 0.9% | 0.74% | - |
| XYZ | 35.11 | 45.1 | 7.47 | - |
| YUV | 164.24 | 46.04 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 19 | 0.10 | 0 | 0.90 | 0.26 | 66.35 | 0.82 | 0.41 |
| Hex | AB | BD | 13 | A | 0 | 5A | 1A | 42 | 52 | 29 |
| Octal | 253 | 275 | 23 | 12 | 0 | 132 | 32 | 102 | 122 | 51 |
| Binary | 10101011 | 10111101 | 10011 | 1010 | 0 | 1011010 | 11010 | 1000010 | 1010010 | 101001 |
Color Harmonies of #ABBD13
Complementary color
Monochromatic Colors of #ABBD13
Black with #ABBD13
Text Example
Text Example
White with #ABBD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD13; }
p { color: rgb(171,189,19); }
H1.HeaderClassName
{
color: #ABBD13;
}
.AnyTagClassName
{
color: #ABBD13;
}
</style>
background-color css
<style>
a { background-color: #ABBD13; }
a { background-color: rgb(171,189,19); }
div.DivClassName
{
background-color: #ABBD13;
}
.BgClassName
{
background-color: #ABBD13;
}
</style>
border-color css
<style>
span { border-color: #ABBD13; }
span { border-color: rgb(171,189,19); }
td.TdClassName
{
border-color: #ABBD13;
}
.TagClassName
{
border-color: #ABBD13;
}
</style>