Shades of Bahia #ABB82D
Tints of Bahia #ABB82D
RGB
CMYK
RGB Variations
Color information
#ABB82D (or 0xABB82D) is known color: Bahia. HEX triplet: AB, B8 and 2D. RGB value is (171,184,45). Sum of RGB (Red+Green+Blue) = 171+184+45=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB82D is #5447D2. Grayscale: #A4A4A4. Windows color (decimal): -5523411 or 2996395. OLE color: 2996395.
HSL color Cylindrical-coordinate representation of color #ABB82D: hue angle of 65.61º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABB82D is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 45 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.28 |
| HSL | 65.61º | 0.61% | 0.45% | - |
| HSV(B) | 65.61º | 0.76% | 0.72% | - |
| XYZ | 34.41 | 43.13 | 8.99 | - |
| YUV | 164.27 | 60.69 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 45 | 0.07 | 0 | 0.76 | 0.28 | 65.61 | 0.61 | 0.45 |
| Hex | AB | B8 | 2D | 7 | 0 | 4C | 1C | 42 | 3D | 2D |
| Octal | 253 | 270 | 55 | 7 | 0 | 114 | 34 | 102 | 75 | 55 |
| Binary | 10101011 | 10111000 | 101101 | 111 | 0 | 1001100 | 11100 | 1000010 | 111101 | 101101 |
Color Harmonies of #ABB82D
Complementary color
Monochromatic Colors of #ABB82D
Black with #ABB82D
Text Example
Text Example
White with #ABB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB82D; }
p { color: rgb(171,184,45); }
H1.HeaderClassName
{
color: #ABB82D;
}
.AnyTagClassName
{
color: #ABB82D;
}
</style>
background-color css
<style>
a { background-color: #ABB82D; }
a { background-color: rgb(171,184,45); }
div.DivClassName
{
background-color: #ABB82D;
}
.BgClassName
{
background-color: #ABB82D;
}
</style>
border-color css
<style>
span { border-color: #ABB82D; }
span { border-color: rgb(171,184,45); }
td.TdClassName
{
border-color: #ABB82D;
}
.TagClassName
{
border-color: #ABB82D;
}
</style>