Shades of Bahia #ABBD1F
Tints of Bahia #ABBD1F
RGB
CMYK
RGB Variations
Color information
#ABBD1F (or 0xABBD1F) is known color: Bahia. HEX triplet: AB, BD and 1F. RGB value is (171,189,31). Sum of RGB (Red+Green+Blue) = 171+189+31=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD1F is #5442E0. Grayscale: #A6A6A6. Windows color (decimal): -5522145 or 2080171. OLE color: 2080171.
HSL color Cylindrical-coordinate representation of color #ABBD1F: hue angle of 66.84º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABBD1F is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 31 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.26 |
| HSL | 66.84º | 0.72% | 0.43% | - |
| HSV(B) | 66.84º | 0.84% | 0.74% | - |
| XYZ | 35.24 | 45.15 | 8.15 | - |
| YUV | 165.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 31 | 0.10 | 0 | 0.84 | 0.26 | 66.84 | 0.72 | 0.43 |
| Hex | AB | BD | 1F | A | 0 | 54 | 1A | 43 | 48 | 2B |
| Octal | 253 | 275 | 37 | 12 | 0 | 124 | 32 | 103 | 110 | 53 |
| Binary | 10101011 | 10111101 | 11111 | 1010 | 0 | 1010100 | 11010 | 1000011 | 1001000 | 101011 |
Color Harmonies of #ABBD1F
Complementary color
Monochromatic Colors of #ABBD1F
Black with #ABBD1F
Text Example
Text Example
White with #ABBD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD1F; }
p { color: rgb(171,189,31); }
H1.HeaderClassName
{
color: #ABBD1F;
}
.AnyTagClassName
{
color: #ABBD1F;
}
</style>
background-color css
<style>
a { background-color: #ABBD1F; }
a { background-color: rgb(171,189,31); }
div.DivClassName
{
background-color: #ABBD1F;
}
.BgClassName
{
background-color: #ABBD1F;
}
</style>
border-color css
<style>
span { border-color: #ABBD1F; }
span { border-color: rgb(171,189,31); }
td.TdClassName
{
border-color: #ABBD1F;
}
.TagClassName
{
border-color: #ABBD1F;
}
</style>