Shades of Bahia #ADB21B
Tints of Bahia #ADB21B
RGB
CMYK
RGB Variations
Color information
#ADB21B (or 0xADB21B) is known color: Bahia. HEX triplet: AD, B2 and 1B. RGB value is (173,178,27). Sum of RGB (Red+Green+Blue) = 173+178+27=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB21B is #524DE4. Grayscale: #9F9F9F. Windows color (decimal): -5393893 or 1815213. OLE color: 1815213.
HSL color Cylindrical-coordinate representation of color #ADB21B: hue angle of 61.99º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADB21B is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 27 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.30 |
| HSL | 61.99º | 0.74% | 0.4% | - |
| HSV(B) | 61.99º | 0.85% | 0.7% | - |
| XYZ | 33.35 | 40.8 | 7.16 | - |
| YUV | 159.29 | 53.34 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 27 | 0.03 | 0 | 0.85 | 0.30 | 61.99 | 0.74 | 0.4 |
| Hex | AD | B2 | 1B | 3 | 0 | 55 | 1E | 3E | 4A | 28 |
| Octal | 255 | 262 | 33 | 3 | 0 | 125 | 36 | 76 | 112 | 50 |
| Binary | 10101101 | 10110010 | 11011 | 11 | 0 | 1010101 | 11110 | 111110 | 1001010 | 101000 |
Color Harmonies of #ADB21B
Complementary color
Monochromatic Colors of #ADB21B
Black with #ADB21B
Text Example
Text Example
White with #ADB21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB21B; }
p { color: rgb(173,178,27); }
H1.HeaderClassName
{
color: #ADB21B;
}
.AnyTagClassName
{
color: #ADB21B;
}
</style>
background-color css
<style>
a { background-color: #ADB21B; }
a { background-color: rgb(173,178,27); }
div.DivClassName
{
background-color: #ADB21B;
}
.BgClassName
{
background-color: #ADB21B;
}
</style>
border-color css
<style>
span { border-color: #ADB21B; }
span { border-color: rgb(173,178,27); }
td.TdClassName
{
border-color: #ADB21B;
}
.TagClassName
{
border-color: #ADB21B;
}
</style>