Shades of Bahia #ADBD1B
Tints of Bahia #ADBD1B
RGB
CMYK
RGB Variations
Color information
#ADBD1B (or 0xADBD1B) is known color: Bahia. HEX triplet: AD, BD and 1B. RGB value is (173,189,27). Sum of RGB (Red+Green+Blue) = 173+189+27=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD1B is #5242E4. Grayscale: #A6A6A6. Windows color (decimal): -5391077 or 1818029. OLE color: 1818029.
HSL color Cylindrical-coordinate representation of color #ADBD1B: hue angle of 65.93º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADBD1B is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 27 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.26 |
| HSL | 65.93º | 0.75% | 0.42% | - |
| HSV(B) | 65.93º | 0.86% | 0.74% | - |
| XYZ | 35.63 | 45.36 | 7.91 | - |
| YUV | 165.75 | 49.7 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 27 | 0.08 | 0 | 0.86 | 0.26 | 65.93 | 0.75 | 0.42 |
| Hex | AD | BD | 1B | 8 | 0 | 56 | 1A | 42 | 4B | 2A |
| Octal | 255 | 275 | 33 | 10 | 0 | 126 | 32 | 102 | 113 | 52 |
| Binary | 10101101 | 10111101 | 11011 | 1000 | 0 | 1010110 | 11010 | 1000010 | 1001011 | 101010 |
Color Harmonies of #ADBD1B
Complementary color
Monochromatic Colors of #ADBD1B
Black with #ADBD1B
Text Example
Text Example
White with #ADBD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD1B; }
p { color: rgb(173,189,27); }
H1.HeaderClassName
{
color: #ADBD1B;
}
.AnyTagClassName
{
color: #ADBD1B;
}
</style>
background-color css
<style>
a { background-color: #ADBD1B; }
a { background-color: rgb(173,189,27); }
div.DivClassName
{
background-color: #ADBD1B;
}
.BgClassName
{
background-color: #ADBD1B;
}
</style>
border-color css
<style>
span { border-color: #ADBD1B; }
span { border-color: rgb(173,189,27); }
td.TdClassName
{
border-color: #ADBD1B;
}
.TagClassName
{
border-color: #ADBD1B;
}
</style>