Shades of Bahia #ADBB12
Tints of Bahia #ADBB12
RGB
CMYK
RGB Variations
Color information
#ADBB12 (or 0xADBB12) is known color: Bahia. HEX triplet: AD, BB and 12. RGB value is (173,187,18). Sum of RGB (Red+Green+Blue) = 173+187+18=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB12 is #5244ED. Grayscale: #A4A4A4. Windows color (decimal): -5391598 or 1227693. OLE color: 1227693.
HSL color Cylindrical-coordinate representation of color #ADBB12: hue angle of 64.97º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADBB12 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 18 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.27 |
| HSL | 64.97º | 0.82% | 0.4% | - |
| HSV(B) | 64.97º | 0.9% | 0.73% | - |
| XYZ | 35.11 | 44.47 | 7.3 | - |
| YUV | 163.55 | 45.86 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 18 | 0.07 | 0 | 0.90 | 0.27 | 64.97 | 0.82 | 0.4 |
| Hex | AD | BB | 12 | 7 | 0 | 5A | 1B | 41 | 52 | 28 |
| Octal | 255 | 273 | 22 | 7 | 0 | 132 | 33 | 101 | 122 | 50 |
| Binary | 10101101 | 10111011 | 10010 | 111 | 0 | 1011010 | 11011 | 1000001 | 1010010 | 101000 |
Color Harmonies of #ADBB12
Complementary color
Monochromatic Colors of #ADBB12
Black with #ADBB12
Text Example
Text Example
White with #ADBB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB12; }
p { color: rgb(173,187,18); }
H1.HeaderClassName
{
color: #ADBB12;
}
.AnyTagClassName
{
color: #ADBB12;
}
</style>
background-color css
<style>
a { background-color: #ADBB12; }
a { background-color: rgb(173,187,18); }
div.DivClassName
{
background-color: #ADBB12;
}
.BgClassName
{
background-color: #ADBB12;
}
</style>
border-color css
<style>
span { border-color: #ADBB12; }
span { border-color: rgb(173,187,18); }
td.TdClassName
{
border-color: #ADBB12;
}
.TagClassName
{
border-color: #ADBB12;
}
</style>