Shades of Bahia #ADBB1B
Tints of Bahia #ADBB1B
RGB
CMYK
RGB Variations
Color information
#ADBB1B (or 0xADBB1B) is known color: Bahia. HEX triplet: AD, BB and 1B. RGB value is (173,187,27). Sum of RGB (Red+Green+Blue) = 173+187+27=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB1B is #5244E4. Grayscale: #A5A5A5. Windows color (decimal): -5391589 or 1817517. OLE color: 1817517.
HSL color Cylindrical-coordinate representation of color #ADBB1B: hue angle of 65.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADBB1B is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 27 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.27 |
| HSL | 65.25º | 0.75% | 0.42% | - |
| HSV(B) | 65.25º | 0.86% | 0.73% | - |
| XYZ | 35.2 | 44.5 | 7.77 | - |
| YUV | 164.57 | 50.36 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 27 | 0.07 | 0 | 0.86 | 0.27 | 65.25 | 0.75 | 0.42 |
| Hex | AD | BB | 1B | 7 | 0 | 56 | 1B | 41 | 4B | 2A |
| Octal | 255 | 273 | 33 | 7 | 0 | 126 | 33 | 101 | 113 | 52 |
| Binary | 10101101 | 10111011 | 11011 | 111 | 0 | 1010110 | 11011 | 1000001 | 1001011 | 101010 |
Color Harmonies of #ADBB1B
Complementary color
Monochromatic Colors of #ADBB1B
Black with #ADBB1B
Text Example
Text Example
White with #ADBB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB1B; }
p { color: rgb(173,187,27); }
H1.HeaderClassName
{
color: #ADBB1B;
}
.AnyTagClassName
{
color: #ADBB1B;
}
</style>
background-color css
<style>
a { background-color: #ADBB1B; }
a { background-color: rgb(173,187,27); }
div.DivClassName
{
background-color: #ADBB1B;
}
.BgClassName
{
background-color: #ADBB1B;
}
</style>
border-color css
<style>
span { border-color: #ADBB1B; }
span { border-color: rgb(173,187,27); }
td.TdClassName
{
border-color: #ADBB1B;
}
.TagClassName
{
border-color: #ADBB1B;
}
</style>