Shades of Bahia #ADB431
Tints of Bahia #ADB431
RGB
CMYK
RGB Variations
Color information
#ADB431 (or 0xADB431) is known color: Bahia. HEX triplet: AD, B4 and 31. RGB value is (173,180,49). Sum of RGB (Red+Green+Blue) = 173+180+49=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB431 is #524BCE. Grayscale: #A3A3A3. Windows color (decimal): -5393359 or 3257517. OLE color: 3257517.
HSL color Cylindrical-coordinate representation of color #ADB431: hue angle of 63.21º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADB431 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 49 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.29 |
| HSL | 63.21º | 0.57% | 0.45% | - |
| HSV(B) | 63.21º | 0.73% | 0.71% | - |
| XYZ | 34.11 | 41.75 | 9.17 | - |
| YUV | 162.97 | 63.68 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 49 | 0.04 | 0 | 0.73 | 0.29 | 63.21 | 0.57 | 0.45 |
| Hex | AD | B4 | 31 | 4 | 0 | 49 | 1D | 3F | 39 | 2D |
| Octal | 255 | 264 | 61 | 4 | 0 | 111 | 35 | 77 | 71 | 55 |
| Binary | 10101101 | 10110100 | 110001 | 100 | 0 | 1001001 | 11101 | 111111 | 111001 | 101101 |
Color Harmonies of #ADB431
Complementary color
Monochromatic Colors of #ADB431
Black with #ADB431
Text Example
Text Example
White with #ADB431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB431; }
p { color: rgb(173,180,49); }
H1.HeaderClassName
{
color: #ADB431;
}
.AnyTagClassName
{
color: #ADB431;
}
</style>
background-color css
<style>
a { background-color: #ADB431; }
a { background-color: rgb(173,180,49); }
div.DivClassName
{
background-color: #ADB431;
}
.BgClassName
{
background-color: #ADB431;
}
</style>
border-color css
<style>
span { border-color: #ADB431; }
span { border-color: rgb(173,180,49); }
td.TdClassName
{
border-color: #ADB431;
}
.TagClassName
{
border-color: #ADB431;
}
</style>