Shades of Bahia #ADB314
Tints of Bahia #ADB314
RGB
CMYK
RGB Variations
Color information
#ADB314 (or 0xADB314) is known color: Bahia. HEX triplet: AD, B3 and 14. RGB value is (173,179,20). Sum of RGB (Red+Green+Blue) = 173+179+20=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB314 is #524CEB. Grayscale: #9F9F9F. Windows color (decimal): -5393644 or 1356717. OLE color: 1356717.
HSL color Cylindrical-coordinate representation of color #ADB314: hue angle of 62.26º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADB314 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 20 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.30 |
| HSL | 62.26º | 0.8% | 0.39% | - |
| HSV(B) | 62.26º | 0.89% | 0.7% | - |
| XYZ | 33.48 | 41.17 | 6.84 | - |
| YUV | 159.08 | 49.51 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 20 | 0.03 | 0 | 0.89 | 0.30 | 62.26 | 0.8 | 0.39 |
| Hex | AD | B3 | 14 | 3 | 0 | 59 | 1E | 3E | 50 | 27 |
| Octal | 255 | 263 | 24 | 3 | 0 | 131 | 36 | 76 | 120 | 47 |
| Binary | 10101101 | 10110011 | 10100 | 11 | 0 | 1011001 | 11110 | 111110 | 1010000 | 100111 |
Color Harmonies of #ADB314
Complementary color
Monochromatic Colors of #ADB314
Black with #ADB314
Text Example
Text Example
White with #ADB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB314; }
p { color: rgb(173,179,20); }
H1.HeaderClassName
{
color: #ADB314;
}
.AnyTagClassName
{
color: #ADB314;
}
</style>
background-color css
<style>
a { background-color: #ADB314; }
a { background-color: rgb(173,179,20); }
div.DivClassName
{
background-color: #ADB314;
}
.BgClassName
{
background-color: #ADB314;
}
</style>
border-color css
<style>
span { border-color: #ADB314; }
span { border-color: rgb(173,179,20); }
td.TdClassName
{
border-color: #ADB314;
}
.TagClassName
{
border-color: #ADB314;
}
</style>