Shades of Bahia #ADB41D
Tints of Bahia #ADB41D
RGB
CMYK
RGB Variations
Color information
#ADB41D (or 0xADB41D) is known color: Bahia. HEX triplet: AD, B4 and 1D. RGB value is (173,180,29). Sum of RGB (Red+Green+Blue) = 173+180+29=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB41D is #524BE2. Grayscale: #A1A1A1. Windows color (decimal): -5393379 or 1946797. OLE color: 1946797.
HSL color Cylindrical-coordinate representation of color #ADB41D: hue angle of 62.78º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADB41D is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 29 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.29 |
| HSL | 62.78º | 0.72% | 0.41% | - |
| HSV(B) | 62.78º | 0.84% | 0.71% | - |
| XYZ | 33.78 | 41.62 | 7.41 | - |
| YUV | 160.69 | 53.68 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 29 | 0.04 | 0 | 0.84 | 0.29 | 62.78 | 0.72 | 0.41 |
| Hex | AD | B4 | 1D | 4 | 0 | 54 | 1D | 3F | 48 | 29 |
| Octal | 255 | 264 | 35 | 4 | 0 | 124 | 35 | 77 | 110 | 51 |
| Binary | 10101101 | 10110100 | 11101 | 100 | 0 | 1010100 | 11101 | 111111 | 1001000 | 101001 |
Color Harmonies of #ADB41D
Complementary color
Monochromatic Colors of #ADB41D
Black with #ADB41D
Text Example
Text Example
White with #ADB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB41D; }
p { color: rgb(173,180,29); }
H1.HeaderClassName
{
color: #ADB41D;
}
.AnyTagClassName
{
color: #ADB41D;
}
</style>
background-color css
<style>
a { background-color: #ADB41D; }
a { background-color: rgb(173,180,29); }
div.DivClassName
{
background-color: #ADB41D;
}
.BgClassName
{
background-color: #ADB41D;
}
</style>
border-color css
<style>
span { border-color: #ADB41D; }
span { border-color: rgb(173,180,29); }
td.TdClassName
{
border-color: #ADB41D;
}
.TagClassName
{
border-color: #ADB41D;
}
</style>