Shades of Bahia #ABBD1D
Tints of Bahia #ABBD1D
RGB
CMYK
RGB Variations
Color information
#ABBD1D (or 0xABBD1D) is known color: Bahia. HEX triplet: AB, BD and 1D. RGB value is (171,189,29). Sum of RGB (Red+Green+Blue) = 171+189+29=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD1D is #5442E2. Grayscale: #A6A6A6. Windows color (decimal): -5522147 or 1949099. OLE color: 1949099.
HSL color Cylindrical-coordinate representation of color #ABBD1D: hue angle of 66.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABBD1D is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 29 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.26 |
| HSL | 66.75º | 0.73% | 0.43% | - |
| HSV(B) | 66.75º | 0.85% | 0.74% | - |
| XYZ | 35.21 | 45.14 | 8.02 | - |
| YUV | 165.38 | 51.04 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 29 | 0.10 | 0 | 0.85 | 0.26 | 66.75 | 0.73 | 0.43 |
| Hex | AB | BD | 1D | A | 0 | 55 | 1A | 43 | 49 | 2B |
| Octal | 253 | 275 | 35 | 12 | 0 | 125 | 32 | 103 | 111 | 53 |
| Binary | 10101011 | 10111101 | 11101 | 1010 | 0 | 1010101 | 11010 | 1000011 | 1001001 | 101011 |
Color Harmonies of #ABBD1D
Complementary color
Monochromatic Colors of #ABBD1D
Black with #ABBD1D
Text Example
Text Example
White with #ABBD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD1D; }
p { color: rgb(171,189,29); }
H1.HeaderClassName
{
color: #ABBD1D;
}
.AnyTagClassName
{
color: #ABBD1D;
}
</style>
background-color css
<style>
a { background-color: #ABBD1D; }
a { background-color: rgb(171,189,29); }
div.DivClassName
{
background-color: #ABBD1D;
}
.BgClassName
{
background-color: #ABBD1D;
}
</style>
border-color css
<style>
span { border-color: #ABBD1D; }
span { border-color: rgb(171,189,29); }
td.TdClassName
{
border-color: #ABBD1D;
}
.TagClassName
{
border-color: #ABBD1D;
}
</style>