Shades of Bahia #A8B318
Tints of Bahia #A8B318
RGB
CMYK
RGB Variations
Color information
#A8B318 (or 0xA8B318) is known color: Bahia. HEX triplet: A8, B3 and 18. RGB value is (168,179,24). Sum of RGB (Red+Green+Blue) = 168+179+24=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B318 is #574CE7. Grayscale: #9E9E9E. Windows color (decimal): -5721320 or 1618856. OLE color: 1618856.
HSL color Cylindrical-coordinate representation of color #A8B318: hue angle of 64.26º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8B318 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 24 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.30 |
| HSL | 64.26º | 0.76% | 0.4% | - |
| HSV(B) | 64.26º | 0.87% | 0.7% | - |
| XYZ | 32.43 | 40.63 | 7 | - |
| YUV | 158.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 24 | 0.06 | 0 | 0.87 | 0.30 | 64.26 | 0.76 | 0.4 |
| Hex | A8 | B3 | 18 | 6 | 0 | 57 | 1E | 40 | 4C | 28 |
| Octal | 250 | 263 | 30 | 6 | 0 | 127 | 36 | 100 | 114 | 50 |
| Binary | 10101000 | 10110011 | 11000 | 110 | 0 | 1010111 | 11110 | 1000000 | 1001100 | 101000 |
Color Harmonies of #A8B318
Complementary color
Monochromatic Colors of #A8B318
Black with #A8B318
Text Example
Text Example
White with #A8B318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B318; }
p { color: rgb(168,179,24); }
H1.HeaderClassName
{
color: #A8B318;
}
.AnyTagClassName
{
color: #A8B318;
}
</style>
background-color css
<style>
a { background-color: #A8B318; }
a { background-color: rgb(168,179,24); }
div.DivClassName
{
background-color: #A8B318;
}
.BgClassName
{
background-color: #A8B318;
}
</style>
border-color css
<style>
span { border-color: #A8B318; }
span { border-color: rgb(168,179,24); }
td.TdClassName
{
border-color: #A8B318;
}
.TagClassName
{
border-color: #A8B318;
}
</style>