Shades of Bahia #ADB62D
Tints of Bahia #ADB62D
RGB
CMYK
RGB Variations
Color information
#ADB62D (or 0xADB62D) is known color: Bahia. HEX triplet: AD, B6 and 2D. RGB value is (173,182,45). Sum of RGB (Red+Green+Blue) = 173+182+45=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB62D is #5249D2. Grayscale: #A4A4A4. Windows color (decimal): -5392851 or 2995885. OLE color: 2995885.
HSL color Cylindrical-coordinate representation of color #ADB62D: hue angle of 63.94º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADB62D is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 45 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.29 |
| HSL | 63.94º | 0.6% | 0.45% | - |
| HSV(B) | 63.94º | 0.75% | 0.71% | - |
| XYZ | 34.44 | 42.53 | 8.88 | - |
| YUV | 163.69 | 61.02 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 45 | 0.05 | 0 | 0.75 | 0.29 | 63.94 | 0.6 | 0.45 |
| Hex | AD | B6 | 2D | 5 | 0 | 4B | 1D | 40 | 3C | 2D |
| Octal | 255 | 266 | 55 | 5 | 0 | 113 | 35 | 100 | 74 | 55 |
| Binary | 10101101 | 10110110 | 101101 | 101 | 0 | 1001011 | 11101 | 1000000 | 111100 | 101101 |
Color Harmonies of #ADB62D
Complementary color
Monochromatic Colors of #ADB62D
Black with #ADB62D
Text Example
Text Example
White with #ADB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB62D; }
p { color: rgb(173,182,45); }
H1.HeaderClassName
{
color: #ADB62D;
}
.AnyTagClassName
{
color: #ADB62D;
}
</style>
background-color css
<style>
a { background-color: #ADB62D; }
a { background-color: rgb(173,182,45); }
div.DivClassName
{
background-color: #ADB62D;
}
.BgClassName
{
background-color: #ADB62D;
}
</style>
border-color css
<style>
span { border-color: #ADB62D; }
span { border-color: rgb(173,182,45); }
td.TdClassName
{
border-color: #ADB62D;
}
.TagClassName
{
border-color: #ADB62D;
}
</style>