Shades of Bahia #ABBF1D
Tints of Bahia #ABBF1D
RGB
CMYK
RGB Variations
Color information
#ABBF1D (or 0xABBF1D) is known color: Bahia. HEX triplet: AB, BF and 1D. RGB value is (171,191,29). Sum of RGB (Red+Green+Blue) = 171+191+29=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF1D is #5440E2. Grayscale: #A7A7A7. Windows color (decimal): -5521635 or 1949611. OLE color: 1949611.
HSL color Cylindrical-coordinate representation of color #ABBF1D: hue angle of 67.41º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABBF1D is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 191 | 29 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.25 |
| HSL | 67.41º | 0.74% | 0.43% | - |
| HSV(B) | 67.41º | 0.85% | 0.75% | - |
| XYZ | 35.65 | 46.01 | 8.16 | - |
| YUV | 166.55 | 50.37 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 29 | 0.10 | 0 | 0.85 | 0.25 | 67.41 | 0.74 | 0.43 |
| Hex | AB | BF | 1D | A | 0 | 55 | 19 | 43 | 4A | 2B |
| Octal | 253 | 277 | 35 | 12 | 0 | 125 | 31 | 103 | 112 | 53 |
| Binary | 10101011 | 10111111 | 11101 | 1010 | 0 | 1010101 | 11001 | 1000011 | 1001010 | 101011 |
Color Harmonies of #ABBF1D
Complementary color
Monochromatic Colors of #ABBF1D
Black with #ABBF1D
Text Example
Text Example
White with #ABBF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBF1D; }
p { color: rgb(171,191,29); }
H1.HeaderClassName
{
color: #ABBF1D;
}
.AnyTagClassName
{
color: #ABBF1D;
}
</style>
background-color css
<style>
a { background-color: #ABBF1D; }
a { background-color: rgb(171,191,29); }
div.DivClassName
{
background-color: #ABBF1D;
}
.BgClassName
{
background-color: #ABBF1D;
}
</style>
border-color css
<style>
span { border-color: #ABBF1D; }
span { border-color: rgb(171,191,29); }
td.TdClassName
{
border-color: #ABBF1D;
}
.TagClassName
{
border-color: #ABBF1D;
}
</style>