Shades of Bahia #ABBD2A
Tints of Bahia #ABBD2A
RGB
CMYK
RGB Variations
Color information
#ABBD2A (or 0xABBD2A) is known color: Bahia. HEX triplet: AB, BD and 2A. RGB value is (171,189,42). Sum of RGB (Red+Green+Blue) = 171+189+42=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD2A is #5442D5. Grayscale: #A7A7A7. Windows color (decimal): -5522134 or 2801067. OLE color: 2801067.
HSL color Cylindrical-coordinate representation of color #ABBD2A: hue angle of 67.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABBD2A is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 42 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.26 |
| HSL | 67.35º | 0.64% | 0.45% | - |
| HSV(B) | 67.35º | 0.78% | 0.74% | - |
| XYZ | 35.41 | 45.22 | 9.05 | - |
| YUV | 166.86 | 57.54 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 42 | 0.10 | 0 | 0.78 | 0.26 | 67.35 | 0.64 | 0.45 |
| Hex | AB | BD | 2A | A | 0 | 4E | 1A | 43 | 40 | 2D |
| Octal | 253 | 275 | 52 | 12 | 0 | 116 | 32 | 103 | 100 | 55 |
| Binary | 10101011 | 10111101 | 101010 | 1010 | 0 | 1001110 | 11010 | 1000011 | 1000000 | 101101 |
Color Harmonies of #ABBD2A
Complementary color
Monochromatic Colors of #ABBD2A
Black with #ABBD2A
Text Example
Text Example
White with #ABBD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD2A; }
p { color: rgb(171,189,42); }
H1.HeaderClassName
{
color: #ABBD2A;
}
.AnyTagClassName
{
color: #ABBD2A;
}
</style>
background-color css
<style>
a { background-color: #ABBD2A; }
a { background-color: rgb(171,189,42); }
div.DivClassName
{
background-color: #ABBD2A;
}
.BgClassName
{
background-color: #ABBD2A;
}
</style>
border-color css
<style>
span { border-color: #ABBD2A; }
span { border-color: rgb(171,189,42); }
td.TdClassName
{
border-color: #ABBD2A;
}
.TagClassName
{
border-color: #ABBD2A;
}
</style>