Shades of Bahia #ADB527
Tints of Bahia #ADB527
RGB
CMYK
RGB Variations
Color information
#ADB527 (or 0xADB527) is known color: Bahia. HEX triplet: AD, B5 and 27. RGB value is (173,181,39). Sum of RGB (Red+Green+Blue) = 173+181+39=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB527 is #524AD8. Grayscale: #A2A2A2. Windows color (decimal): -5393113 or 2602413. OLE color: 2602413.
HSL color Cylindrical-coordinate representation of color #ADB527: hue angle of 63.38º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADB527 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 39 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.29 |
| HSL | 63.38º | 0.65% | 0.43% | - |
| HSV(B) | 63.38º | 0.78% | 0.71% | - |
| XYZ | 34.12 | 42.08 | 8.24 | - |
| YUV | 162.42 | 58.35 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 39 | 0.04 | 0 | 0.78 | 0.29 | 63.38 | 0.65 | 0.43 |
| Hex | AD | B5 | 27 | 4 | 0 | 4E | 1D | 3F | 41 | 2B |
| Octal | 255 | 265 | 47 | 4 | 0 | 116 | 35 | 77 | 101 | 53 |
| Binary | 10101101 | 10110101 | 100111 | 100 | 0 | 1001110 | 11101 | 111111 | 1000001 | 101011 |
Color Harmonies of #ADB527
Complementary color
Monochromatic Colors of #ADB527
Black with #ADB527
Text Example
Text Example
White with #ADB527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB527; }
p { color: rgb(173,181,39); }
H1.HeaderClassName
{
color: #ADB527;
}
.AnyTagClassName
{
color: #ADB527;
}
</style>
background-color css
<style>
a { background-color: #ADB527; }
a { background-color: rgb(173,181,39); }
div.DivClassName
{
background-color: #ADB527;
}
.BgClassName
{
background-color: #ADB527;
}
</style>
border-color css
<style>
span { border-color: #ADB527; }
span { border-color: rgb(173,181,39); }
td.TdClassName
{
border-color: #ADB527;
}
.TagClassName
{
border-color: #ADB527;
}
</style>