Shades of Bahia #ADB72C
Tints of Bahia #ADB72C
RGB
CMYK
RGB Variations
Color information
#ADB72C (or 0xADB72C) is known color: Bahia. HEX triplet: AD, B7 and 2C. RGB value is (173,183,44). Sum of RGB (Red+Green+Blue) = 173+183+44=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB72C is #5248D3. Grayscale: #A4A4A4. Windows color (decimal): -5392596 or 2930605. OLE color: 2930605.
HSL color Cylindrical-coordinate representation of color #ADB72C: hue angle of 64.32º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADB72C is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 44 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.28 |
| HSL | 64.32º | 0.61% | 0.45% | - |
| HSV(B) | 64.32º | 0.76% | 0.72% | - |
| XYZ | 34.62 | 42.93 | 8.85 | - |
| YUV | 164.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 44 | 0.05 | 0 | 0.76 | 0.28 | 64.32 | 0.61 | 0.45 |
| Hex | AD | B7 | 2C | 5 | 0 | 4C | 1C | 40 | 3D | 2D |
| Octal | 255 | 267 | 54 | 5 | 0 | 114 | 34 | 100 | 75 | 55 |
| Binary | 10101101 | 10110111 | 101100 | 101 | 0 | 1001100 | 11100 | 1000000 | 111101 | 101101 |
Color Harmonies of #ADB72C
Complementary color
Monochromatic Colors of #ADB72C
Black with #ADB72C
Text Example
Text Example
White with #ADB72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB72C; }
p { color: rgb(173,183,44); }
H1.HeaderClassName
{
color: #ADB72C;
}
.AnyTagClassName
{
color: #ADB72C;
}
</style>
background-color css
<style>
a { background-color: #ADB72C; }
a { background-color: rgb(173,183,44); }
div.DivClassName
{
background-color: #ADB72C;
}
.BgClassName
{
background-color: #ADB72C;
}
</style>
border-color css
<style>
span { border-color: #ADB72C; }
span { border-color: rgb(173,183,44); }
td.TdClassName
{
border-color: #ADB72C;
}
.TagClassName
{
border-color: #ADB72C;
}
</style>