Shades of Bahia #ADB62C
Tints of Bahia #ADB62C
RGB
CMYK
RGB Variations
Color information
#ADB62C (or 0xADB62C) is known color: Bahia. HEX triplet: AD, B6 and 2C. RGB value is (173,182,44). Sum of RGB (Red+Green+Blue) = 173+182+44=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB62C is #5249D3. Grayscale: #A4A4A4. Windows color (decimal): -5392852 or 2930349. OLE color: 2930349.
HSL color Cylindrical-coordinate representation of color #ADB62C: hue angle of 63.91º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADB62C is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 44 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.29 |
| HSL | 63.91º | 0.61% | 0.44% | - |
| HSV(B) | 63.91º | 0.76% | 0.71% | - |
| XYZ | 34.42 | 42.52 | 8.78 | - |
| YUV | 163.58 | 60.52 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 44 | 0.05 | 0 | 0.76 | 0.29 | 63.91 | 0.61 | 0.44 |
| Hex | AD | B6 | 2C | 5 | 0 | 4C | 1D | 40 | 3D | 2C |
| Octal | 255 | 266 | 54 | 5 | 0 | 114 | 35 | 100 | 75 | 54 |
| Binary | 10101101 | 10110110 | 101100 | 101 | 0 | 1001100 | 11101 | 1000000 | 111101 | 101100 |
Color Harmonies of #ADB62C
Complementary color
Monochromatic Colors of #ADB62C
Black with #ADB62C
Text Example
Text Example
White with #ADB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB62C; }
p { color: rgb(173,182,44); }
H1.HeaderClassName
{
color: #ADB62C;
}
.AnyTagClassName
{
color: #ADB62C;
}
</style>
background-color css
<style>
a { background-color: #ADB62C; }
a { background-color: rgb(173,182,44); }
div.DivClassName
{
background-color: #ADB62C;
}
.BgClassName
{
background-color: #ADB62C;
}
</style>
border-color css
<style>
span { border-color: #ADB62C; }
span { border-color: rgb(173,182,44); }
td.TdClassName
{
border-color: #ADB62C;
}
.TagClassName
{
border-color: #ADB62C;
}
</style>