Shades of Bahia #A8C028
Tints of Bahia #A8C028
RGB
CMYK
RGB Variations
Color information
#A8C028 (or 0xA8C028) is known color: Bahia. HEX triplet: A8, C0 and 28. RGB value is (168,192,40). Sum of RGB (Red+Green+Blue) = 168+192+40=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C028 is #573FD7. Grayscale: #A8A8A8. Windows color (decimal): -5717976 or 2670760. OLE color: 2670760.
HSL color Cylindrical-coordinate representation of color #A8C028: hue angle of 69.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8C028 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 40 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.25 |
| HSL | 69.47º | 0.66% | 0.45% | - |
| HSV(B) | 69.47º | 0.79% | 0.75% | - |
| XYZ | 35.38 | 46.18 | 9.06 | - |
| YUV | 167.5 | 56.05 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 40 | 0.12 | 0 | 0.79 | 0.25 | 69.47 | 0.66 | 0.45 |
| Hex | A8 | C0 | 28 | C | 0 | 4F | 19 | 45 | 42 | 2D |
| Octal | 250 | 300 | 50 | 14 | 0 | 117 | 31 | 105 | 102 | 55 |
| Binary | 10101000 | 11000000 | 101000 | 1100 | 0 | 1001111 | 11001 | 1000101 | 1000010 | 101101 |
Color Harmonies of #A8C028
Complementary color
Monochromatic Colors of #A8C028
Black with #A8C028
Text Example
Text Example
White with #A8C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C028; }
p { color: rgb(168,192,40); }
H1.HeaderClassName
{
color: #A8C028;
}
.AnyTagClassName
{
color: #A8C028;
}
</style>
background-color css
<style>
a { background-color: #A8C028; }
a { background-color: rgb(168,192,40); }
div.DivClassName
{
background-color: #A8C028;
}
.BgClassName
{
background-color: #A8C028;
}
</style>
border-color css
<style>
span { border-color: #A8C028; }
span { border-color: rgb(168,192,40); }
td.TdClassName
{
border-color: #A8C028;
}
.TagClassName
{
border-color: #A8C028;
}
</style>