Shades of Bahia #A8C026
Tints of Bahia #A8C026
RGB
CMYK
RGB Variations
Color information
#A8C026 (or 0xA8C026) is known color: Bahia. HEX triplet: A8, C0 and 26. RGB value is (168,192,38). Sum of RGB (Red+Green+Blue) = 168+192+38=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C026 is #573FD9. Grayscale: #A7A7A7. Windows color (decimal): -5717978 or 2539688. OLE color: 2539688.
HSL color Cylindrical-coordinate representation of color #A8C026: hue angle of 69.35º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8C026 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 38 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.25 |
| HSL | 69.35º | 0.67% | 0.45% | - |
| HSV(B) | 69.35º | 0.8% | 0.75% | - |
| XYZ | 35.35 | 46.16 | 8.88 | - |
| YUV | 167.27 | 55.05 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 38 | 0.12 | 0 | 0.80 | 0.25 | 69.35 | 0.67 | 0.45 |
| Hex | A8 | C0 | 26 | C | 0 | 50 | 19 | 45 | 43 | 2D |
| Octal | 250 | 300 | 46 | 14 | 0 | 120 | 31 | 105 | 103 | 55 |
| Binary | 10101000 | 11000000 | 100110 | 1100 | 0 | 1010000 | 11001 | 1000101 | 1000011 | 101101 |
Color Harmonies of #A8C026
Complementary color
Monochromatic Colors of #A8C026
Black with #A8C026
Text Example
Text Example
White with #A8C026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C026; }
p { color: rgb(168,192,38); }
H1.HeaderClassName
{
color: #A8C026;
}
.AnyTagClassName
{
color: #A8C026;
}
</style>
background-color css
<style>
a { background-color: #A8C026; }
a { background-color: rgb(168,192,38); }
div.DivClassName
{
background-color: #A8C026;
}
.BgClassName
{
background-color: #A8C026;
}
</style>
border-color css
<style>
span { border-color: #A8C026; }
span { border-color: rgb(168,192,38); }
td.TdClassName
{
border-color: #A8C026;
}
.TagClassName
{
border-color: #A8C026;
}
</style>