Shades of Bahia #ADB21C
Tints of Bahia #ADB21C
RGB
CMYK
RGB Variations
Color information
#ADB21C (or 0xADB21C) is known color: Bahia. HEX triplet: AD, B2 and 1C. RGB value is (173,178,28). Sum of RGB (Red+Green+Blue) = 173+178+28=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB21C is #524DE3. Grayscale: #A0A0A0. Windows color (decimal): -5393892 or 1880749. OLE color: 1880749.
HSL color Cylindrical-coordinate representation of color #ADB21C: hue angle of 62º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADB21C is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 28 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.30 |
| HSL | 62º | 0.73% | 0.4% | - |
| HSV(B) | 62º | 0.84% | 0.7% | - |
| XYZ | 33.36 | 40.81 | 7.22 | - |
| YUV | 159.41 | 53.84 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 28 | 0.03 | 0 | 0.84 | 0.30 | 62 | 0.73 | 0.4 |
| Hex | AD | B2 | 1C | 3 | 0 | 54 | 1E | 3E | 49 | 28 |
| Octal | 255 | 262 | 34 | 3 | 0 | 124 | 36 | 76 | 111 | 50 |
| Binary | 10101101 | 10110010 | 11100 | 11 | 0 | 1010100 | 11110 | 111110 | 1001001 | 101000 |
Color Harmonies of #ADB21C
Complementary color
Monochromatic Colors of #ADB21C
Black with #ADB21C
Text Example
Text Example
White with #ADB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB21C; }
p { color: rgb(173,178,28); }
H1.HeaderClassName
{
color: #ADB21C;
}
.AnyTagClassName
{
color: #ADB21C;
}
</style>
background-color css
<style>
a { background-color: #ADB21C; }
a { background-color: rgb(173,178,28); }
div.DivClassName
{
background-color: #ADB21C;
}
.BgClassName
{
background-color: #ADB21C;
}
</style>
border-color css
<style>
span { border-color: #ADB21C; }
span { border-color: rgb(173,178,28); }
td.TdClassName
{
border-color: #ADB21C;
}
.TagClassName
{
border-color: #ADB21C;
}
</style>