Shades of Bahia #ADB42C
Tints of Bahia #ADB42C
RGB
CMYK
RGB Variations
Color information
#ADB42C (or 0xADB42C) is known color: Bahia. HEX triplet: AD, B4 and 2C. RGB value is (173,180,44). Sum of RGB (Red+Green+Blue) = 173+180+44=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB42C is #524BD3. Grayscale: #A2A2A2. Windows color (decimal): -5393364 or 2929837. OLE color: 2929837.
HSL color Cylindrical-coordinate representation of color #ADB42C: hue angle of 63.09º 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 #ADB42C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 44 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.29 |
| HSL | 63.09º | 0.61% | 0.44% | - |
| HSV(B) | 63.09º | 0.76% | 0.71% | - |
| XYZ | 34.01 | 41.71 | 8.64 | - |
| YUV | 162.4 | 61.18 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 44 | 0.04 | 0 | 0.76 | 0.29 | 63.09 | 0.61 | 0.44 |
| Hex | AD | B4 | 2C | 4 | 0 | 4C | 1D | 3F | 3D | 2C |
| Octal | 255 | 264 | 54 | 4 | 0 | 114 | 35 | 77 | 75 | 54 |
| Binary | 10101101 | 10110100 | 101100 | 100 | 0 | 1001100 | 11101 | 111111 | 111101 | 101100 |
Color Harmonies of #ADB42C
Complementary color
Monochromatic Colors of #ADB42C
Black with #ADB42C
Text Example
Text Example
White with #ADB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB42C; }
p { color: rgb(173,180,44); }
H1.HeaderClassName
{
color: #ADB42C;
}
.AnyTagClassName
{
color: #ADB42C;
}
</style>
background-color css
<style>
a { background-color: #ADB42C; }
a { background-color: rgb(173,180,44); }
div.DivClassName
{
background-color: #ADB42C;
}
.BgClassName
{
background-color: #ADB42C;
}
</style>
border-color css
<style>
span { border-color: #ADB42C; }
span { border-color: rgb(173,180,44); }
td.TdClassName
{
border-color: #ADB42C;
}
.TagClassName
{
border-color: #ADB42C;
}
</style>