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