Shades of Bahia #ADB41E
Tints of Bahia #ADB41E
RGB
CMYK
RGB Variations
Color information
#ADB41E (or 0xADB41E) is known color: Bahia. HEX triplet: AD, B4 and 1E. RGB value is (173,180,30). Sum of RGB (Red+Green+Blue) = 173+180+30=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB41E is #524BE1. Grayscale: #A1A1A1. Windows color (decimal): -5393378 or 2012333. OLE color: 2012333.
HSL color Cylindrical-coordinate representation of color #ADB41E: hue angle of 62.8º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADB41E is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 30 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.29 |
| HSL | 62.8º | 0.71% | 0.41% | - |
| HSV(B) | 62.8º | 0.83% | 0.71% | - |
| XYZ | 33.79 | 41.62 | 7.48 | - |
| YUV | 160.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 30 | 0.04 | 0 | 0.83 | 0.29 | 62.8 | 0.71 | 0.41 |
| Hex | AD | B4 | 1E | 4 | 0 | 53 | 1D | 3F | 47 | 29 |
| Octal | 255 | 264 | 36 | 4 | 0 | 123 | 35 | 77 | 107 | 51 |
| Binary | 10101101 | 10110100 | 11110 | 100 | 0 | 1010011 | 11101 | 111111 | 1000111 | 101001 |
Color Harmonies of #ADB41E
Complementary color
Monochromatic Colors of #ADB41E
Black with #ADB41E
Text Example
Text Example
White with #ADB41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB41E; }
p { color: rgb(173,180,30); }
H1.HeaderClassName
{
color: #ADB41E;
}
.AnyTagClassName
{
color: #ADB41E;
}
</style>
background-color css
<style>
a { background-color: #ADB41E; }
a { background-color: rgb(173,180,30); }
div.DivClassName
{
background-color: #ADB41E;
}
.BgClassName
{
background-color: #ADB41E;
}
</style>
border-color css
<style>
span { border-color: #ADB41E; }
span { border-color: rgb(173,180,30); }
td.TdClassName
{
border-color: #ADB41E;
}
.TagClassName
{
border-color: #ADB41E;
}
</style>