Shades of Bahia #ADB71A
Tints of Bahia #ADB71A
RGB
CMYK
RGB Variations
Color information
#ADB71A (or 0xADB71A) is known color: Bahia. HEX triplet: AD, B7 and 1A. RGB value is (173,183,26). Sum of RGB (Red+Green+Blue) = 173+183+26=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB71A is #5248E5. Grayscale: #A2A2A2. Windows color (decimal): -5392614 or 1750957. OLE color: 1750957.
HSL color Cylindrical-coordinate representation of color #ADB71A: hue angle of 63.82º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADB71A is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 26 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.28 |
| HSL | 63.82º | 0.75% | 0.41% | - |
| HSV(B) | 63.82º | 0.86% | 0.72% | - |
| XYZ | 34.35 | 42.83 | 7.43 | - |
| YUV | 162.11 | 51.19 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 26 | 0.05 | 0 | 0.86 | 0.28 | 63.82 | 0.75 | 0.41 |
| Hex | AD | B7 | 1A | 5 | 0 | 56 | 1C | 40 | 4B | 29 |
| Octal | 255 | 267 | 32 | 5 | 0 | 126 | 34 | 100 | 113 | 51 |
| Binary | 10101101 | 10110111 | 11010 | 101 | 0 | 1010110 | 11100 | 1000000 | 1001011 | 101001 |
Color Harmonies of #ADB71A
Complementary color
Monochromatic Colors of #ADB71A
Black with #ADB71A
Text Example
Text Example
White with #ADB71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB71A; }
p { color: rgb(173,183,26); }
H1.HeaderClassName
{
color: #ADB71A;
}
.AnyTagClassName
{
color: #ADB71A;
}
</style>
background-color css
<style>
a { background-color: #ADB71A; }
a { background-color: rgb(173,183,26); }
div.DivClassName
{
background-color: #ADB71A;
}
.BgClassName
{
background-color: #ADB71A;
}
</style>
border-color css
<style>
span { border-color: #ADB71A; }
span { border-color: rgb(173,183,26); }
td.TdClassName
{
border-color: #ADB71A;
}
.TagClassName
{
border-color: #ADB71A;
}
</style>