Shades of Bahia #A8AD1B
Tints of Bahia #A8AD1B
RGB
CMYK
RGB Variations
Color information
#A8AD1B (or 0xA8AD1B) is known color: Bahia. HEX triplet: A8, AD and 1B. RGB value is (168,173,27). Sum of RGB (Red+Green+Blue) = 168+173+27=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD1B is #5752E4. Grayscale: #9B9B9B. Windows color (decimal): -5722853 or 1813928. OLE color: 1813928.
HSL color Cylindrical-coordinate representation of color #A8AD1B: hue angle of 62.05º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8AD1B is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 27 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.32 |
| HSL | 62.05º | 0.73% | 0.39% | - |
| HSV(B) | 62.05º | 0.84% | 0.68% | - |
| XYZ | 31.29 | 38.29 | 6.78 | - |
| YUV | 154.86 | 55.84 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 27 | 0.03 | 0 | 0.84 | 0.32 | 62.05 | 0.73 | 0.39 |
| Hex | A8 | AD | 1B | 3 | 0 | 54 | 20 | 3E | 49 | 27 |
| Octal | 250 | 255 | 33 | 3 | 0 | 124 | 40 | 76 | 111 | 47 |
| Binary | 10101000 | 10101101 | 11011 | 11 | 0 | 1010100 | 100000 | 111110 | 1001001 | 100111 |
Color Harmonies of #A8AD1B
Complementary color
Monochromatic Colors of #A8AD1B
Black with #A8AD1B
Text Example
Text Example
White with #A8AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD1B; }
p { color: rgb(168,173,27); }
H1.HeaderClassName
{
color: #A8AD1B;
}
.AnyTagClassName
{
color: #A8AD1B;
}
</style>
background-color css
<style>
a { background-color: #A8AD1B; }
a { background-color: rgb(168,173,27); }
div.DivClassName
{
background-color: #A8AD1B;
}
.BgClassName
{
background-color: #A8AD1B;
}
</style>
border-color css
<style>
span { border-color: #A8AD1B; }
span { border-color: rgb(168,173,27); }
td.TdClassName
{
border-color: #A8AD1B;
}
.TagClassName
{
border-color: #A8AD1B;
}
</style>