Shades of Bahia #ADB72B
Tints of Bahia #ADB72B
RGB
CMYK
RGB Variations
Color information
#ADB72B (or 0xADB72B) is known color: Bahia. HEX triplet: AD, B7 and 2B. RGB value is (173,183,43). Sum of RGB (Red+Green+Blue) = 173+183+43=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB72B is #5248D4. Grayscale: #A4A4A4. Windows color (decimal): -5392597 or 2865069. OLE color: 2865069.
HSL color Cylindrical-coordinate representation of color #ADB72B: hue angle of 64.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADB72B is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 43 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.28 |
| HSL | 64.29º | 0.62% | 0.44% | - |
| HSV(B) | 64.29º | 0.77% | 0.72% | - |
| XYZ | 34.6 | 42.93 | 8.75 | - |
| YUV | 164.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 43 | 0.05 | 0 | 0.77 | 0.28 | 64.29 | 0.62 | 0.44 |
| Hex | AD | B7 | 2B | 5 | 0 | 4D | 1C | 40 | 3E | 2C |
| Octal | 255 | 267 | 53 | 5 | 0 | 115 | 34 | 100 | 76 | 54 |
| Binary | 10101101 | 10110111 | 101011 | 101 | 0 | 1001101 | 11100 | 1000000 | 111110 | 101100 |
Color Harmonies of #ADB72B
Complementary color
Monochromatic Colors of #ADB72B
Black with #ADB72B
Text Example
Text Example
White with #ADB72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB72B; }
p { color: rgb(173,183,43); }
H1.HeaderClassName
{
color: #ADB72B;
}
.AnyTagClassName
{
color: #ADB72B;
}
</style>
background-color css
<style>
a { background-color: #ADB72B; }
a { background-color: rgb(173,183,43); }
div.DivClassName
{
background-color: #ADB72B;
}
.BgClassName
{
background-color: #ADB72B;
}
</style>
border-color css
<style>
span { border-color: #ADB72B; }
span { border-color: rgb(173,183,43); }
td.TdClassName
{
border-color: #ADB72B;
}
.TagClassName
{
border-color: #ADB72B;
}
</style>