Shades of Bahia #ADB21F
Tints of Bahia #ADB21F
RGB
CMYK
RGB Variations
Color information
#ADB21F (or 0xADB21F) is known color: Bahia. HEX triplet: AD, B2 and 1F. RGB value is (173,178,31). Sum of RGB (Red+Green+Blue) = 173+178+31=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB21F is #524DE0. Grayscale: #A0A0A0. Windows color (decimal): -5393889 or 2077357. OLE color: 2077357.
HSL color Cylindrical-coordinate representation of color #ADB21F: hue angle of 62.04º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADB21F is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 31 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.30 |
| HSL | 62.04º | 0.7% | 0.41% | - |
| HSV(B) | 62.04º | 0.83% | 0.7% | - |
| XYZ | 33.4 | 40.82 | 7.42 | - |
| YUV | 159.75 | 55.34 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 31 | 0.03 | 0 | 0.83 | 0.30 | 62.04 | 0.7 | 0.41 |
| Hex | AD | B2 | 1F | 3 | 0 | 53 | 1E | 3E | 46 | 29 |
| Octal | 255 | 262 | 37 | 3 | 0 | 123 | 36 | 76 | 106 | 51 |
| Binary | 10101101 | 10110010 | 11111 | 11 | 0 | 1010011 | 11110 | 111110 | 1000110 | 101001 |
Color Harmonies of #ADB21F
Complementary color
Monochromatic Colors of #ADB21F
Black with #ADB21F
Text Example
Text Example
White with #ADB21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB21F; }
p { color: rgb(173,178,31); }
H1.HeaderClassName
{
color: #ADB21F;
}
.AnyTagClassName
{
color: #ADB21F;
}
</style>
background-color css
<style>
a { background-color: #ADB21F; }
a { background-color: rgb(173,178,31); }
div.DivClassName
{
background-color: #ADB21F;
}
.BgClassName
{
background-color: #ADB21F;
}
</style>
border-color css
<style>
span { border-color: #ADB21F; }
span { border-color: rgb(173,178,31); }
td.TdClassName
{
border-color: #ADB21F;
}
.TagClassName
{
border-color: #ADB21F;
}
</style>