Shades of Bahia #A8B423
Tints of Bahia #A8B423
RGB
CMYK
RGB Variations
Color information
#A8B423 (or 0xA8B423) is known color: Bahia. HEX triplet: A8, B4 and 23. RGB value is (168,180,35). Sum of RGB (Red+Green+Blue) = 168+180+35=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B423 is #574BDC. Grayscale: #A0A0A0. Windows color (decimal): -5721053 or 2340008. OLE color: 2340008.
HSL color Cylindrical-coordinate representation of color #A8B423: hue angle of 64.97º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8B423 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 35 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.29 |
| HSL | 64.97º | 0.67% | 0.42% | - |
| HSV(B) | 64.97º | 0.81% | 0.71% | - |
| XYZ | 32.77 | 41.09 | 7.79 | - |
| YUV | 159.88 | 57.52 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 35 | 0.07 | 0 | 0.81 | 0.29 | 64.97 | 0.67 | 0.42 |
| Hex | A8 | B4 | 23 | 7 | 0 | 51 | 1D | 41 | 43 | 2A |
| Octal | 250 | 264 | 43 | 7 | 0 | 121 | 35 | 101 | 103 | 52 |
| Binary | 10101000 | 10110100 | 100011 | 111 | 0 | 1010001 | 11101 | 1000001 | 1000011 | 101010 |
Color Harmonies of #A8B423
Complementary color
Monochromatic Colors of #A8B423
Black with #A8B423
Text Example
Text Example
White with #A8B423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B423; }
p { color: rgb(168,180,35); }
H1.HeaderClassName
{
color: #A8B423;
}
.AnyTagClassName
{
color: #A8B423;
}
</style>
background-color css
<style>
a { background-color: #A8B423; }
a { background-color: rgb(168,180,35); }
div.DivClassName
{
background-color: #A8B423;
}
.BgClassName
{
background-color: #A8B423;
}
</style>
border-color css
<style>
span { border-color: #A8B423; }
span { border-color: rgb(168,180,35); }
td.TdClassName
{
border-color: #A8B423;
}
.TagClassName
{
border-color: #A8B423;
}
</style>