Shades of Bahia #ADB42D
Tints of Bahia #ADB42D
RGB
CMYK
RGB Variations
Color information
#ADB42D (or 0xADB42D) is known color: Bahia. HEX triplet: AD, B4 and 2D. RGB value is (173,180,45). Sum of RGB (Red+Green+Blue) = 173+180+45=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB42D is #524BD2. Grayscale: #A3A3A3. Windows color (decimal): -5393363 or 2995373. OLE color: 2995373.
HSL color Cylindrical-coordinate representation of color #ADB42D: hue angle of 63.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADB42D is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 45 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.29 |
| HSL | 63.11º | 0.6% | 0.44% | - |
| HSV(B) | 63.11º | 0.75% | 0.71% | - |
| XYZ | 34.03 | 41.72 | 8.74 | - |
| YUV | 162.52 | 61.68 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 45 | 0.04 | 0 | 0.75 | 0.29 | 63.11 | 0.6 | 0.44 |
| Hex | AD | B4 | 2D | 4 | 0 | 4B | 1D | 3F | 3C | 2C |
| Octal | 255 | 264 | 55 | 4 | 0 | 113 | 35 | 77 | 74 | 54 |
| Binary | 10101101 | 10110100 | 101101 | 100 | 0 | 1001011 | 11101 | 111111 | 111100 | 101100 |
Color Harmonies of #ADB42D
Complementary color
Monochromatic Colors of #ADB42D
Black with #ADB42D
Text Example
Text Example
White with #ADB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB42D; }
p { color: rgb(173,180,45); }
H1.HeaderClassName
{
color: #ADB42D;
}
.AnyTagClassName
{
color: #ADB42D;
}
</style>
background-color css
<style>
a { background-color: #ADB42D; }
a { background-color: rgb(173,180,45); }
div.DivClassName
{
background-color: #ADB42D;
}
.BgClassName
{
background-color: #ADB42D;
}
</style>
border-color css
<style>
span { border-color: #ADB42D; }
span { border-color: rgb(173,180,45); }
td.TdClassName
{
border-color: #ADB42D;
}
.TagClassName
{
border-color: #ADB42D;
}
</style>