Shades of Bahia #ADB31D
Tints of Bahia #ADB31D
RGB
CMYK
RGB Variations
Color information
#ADB31D (or 0xADB31D) is known color: Bahia. HEX triplet: AD, B3 and 1D. RGB value is (173,179,29). Sum of RGB (Red+Green+Blue) = 173+179+29=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB31D is #524CE2. Grayscale: #A0A0A0. Windows color (decimal): -5393635 or 1946541. OLE color: 1946541.
HSL color Cylindrical-coordinate representation of color #ADB31D: hue angle of 62.4º 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 #ADB31D is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 29 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.30 |
| HSL | 62.4º | 0.72% | 0.41% | - |
| HSV(B) | 62.4º | 0.84% | 0.7% | - |
| XYZ | 33.58 | 41.21 | 7.35 | - |
| YUV | 160.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 29 | 0.03 | 0 | 0.84 | 0.30 | 62.4 | 0.72 | 0.41 |
| Hex | AD | B3 | 1D | 3 | 0 | 54 | 1E | 3E | 48 | 29 |
| Octal | 255 | 263 | 35 | 3 | 0 | 124 | 36 | 76 | 110 | 51 |
| Binary | 10101101 | 10110011 | 11101 | 11 | 0 | 1010100 | 11110 | 111110 | 1001000 | 101001 |
Color Harmonies of #ADB31D
Complementary color
Monochromatic Colors of #ADB31D
Black with #ADB31D
Text Example
Text Example
White with #ADB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB31D; }
p { color: rgb(173,179,29); }
H1.HeaderClassName
{
color: #ADB31D;
}
.AnyTagClassName
{
color: #ADB31D;
}
</style>
background-color css
<style>
a { background-color: #ADB31D; }
a { background-color: rgb(173,179,29); }
div.DivClassName
{
background-color: #ADB31D;
}
.BgClassName
{
background-color: #ADB31D;
}
</style>
border-color css
<style>
span { border-color: #ADB31D; }
span { border-color: rgb(173,179,29); }
td.TdClassName
{
border-color: #ADB31D;
}
.TagClassName
{
border-color: #ADB31D;
}
</style>