Shades of Bahia #ADB21D
Tints of Bahia #ADB21D
RGB
CMYK
RGB Variations
Color information
#ADB21D (or 0xADB21D) is known color: Bahia. HEX triplet: AD, B2 and 1D. RGB value is (173,178,29). Sum of RGB (Red+Green+Blue) = 173+178+29=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB21D is #524DE2. Grayscale: #A0A0A0. Windows color (decimal): -5393891 or 1946285. OLE color: 1946285.
HSL color Cylindrical-coordinate representation of color #ADB21D: hue angle of 62.01º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADB21D is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 29 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.30 |
| HSL | 62.01º | 0.72% | 0.41% | - |
| HSV(B) | 62.01º | 0.84% | 0.7% | - |
| XYZ | 33.38 | 40.81 | 7.28 | - |
| YUV | 159.52 | 54.34 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 29 | 0.03 | 0 | 0.84 | 0.30 | 62.01 | 0.72 | 0.41 |
| Hex | AD | B2 | 1D | 3 | 0 | 54 | 1E | 3E | 48 | 29 |
| Octal | 255 | 262 | 35 | 3 | 0 | 124 | 36 | 76 | 110 | 51 |
| Binary | 10101101 | 10110010 | 11101 | 11 | 0 | 1010100 | 11110 | 111110 | 1001000 | 101001 |
Color Harmonies of #ADB21D
Complementary color
Monochromatic Colors of #ADB21D
Black with #ADB21D
Text Example
Text Example
White with #ADB21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB21D; }
p { color: rgb(173,178,29); }
H1.HeaderClassName
{
color: #ADB21D;
}
.AnyTagClassName
{
color: #ADB21D;
}
</style>
background-color css
<style>
a { background-color: #ADB21D; }
a { background-color: rgb(173,178,29); }
div.DivClassName
{
background-color: #ADB21D;
}
.BgClassName
{
background-color: #ADB21D;
}
</style>
border-color css
<style>
span { border-color: #ADB21D; }
span { border-color: rgb(173,178,29); }
td.TdClassName
{
border-color: #ADB21D;
}
.TagClassName
{
border-color: #ADB21D;
}
</style>