Shades of Bahia #A8CB28
Tints of Bahia #A8CB28
RGB
CMYK
RGB Variations
Color information
#A8CB28 (or 0xA8CB28) is known color: Bahia. HEX triplet: A8, CB and 28. RGB value is (168,203,40). Sum of RGB (Red+Green+Blue) = 168+203+40=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB28 is #5734D7. Grayscale: #AEAEAE. Windows color (decimal): -5715160 or 2673576. OLE color: 2673576.
HSL color Cylindrical-coordinate representation of color #A8CB28: hue angle of 72.88º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8CB28 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 40 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.20 |
| HSL | 72.88º | 0.67% | 0.48% | - |
| HSV(B) | 72.88º | 0.8% | 0.8% | - |
| XYZ | 37.89 | 51.19 | 9.89 | - |
| YUV | 173.95 | 52.4 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 40 | 0.17 | 0 | 0.80 | 0.20 | 72.88 | 0.67 | 0.48 |
| Hex | A8 | CB | 28 | 11 | 0 | 50 | 14 | 49 | 43 | 30 |
| Octal | 250 | 313 | 50 | 21 | 0 | 120 | 24 | 111 | 103 | 60 |
| Binary | 10101000 | 11001011 | 101000 | 10001 | 0 | 1010000 | 10100 | 1001001 | 1000011 | 110000 |
Color Harmonies of #A8CB28
Complementary color
Monochromatic Colors of #A8CB28
Black with #A8CB28
Text Example
Text Example
White with #A8CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB28; }
p { color: rgb(168,203,40); }
H1.HeaderClassName
{
color: #A8CB28;
}
.AnyTagClassName
{
color: #A8CB28;
}
</style>
background-color css
<style>
a { background-color: #A8CB28; }
a { background-color: rgb(168,203,40); }
div.DivClassName
{
background-color: #A8CB28;
}
.BgClassName
{
background-color: #A8CB28;
}
</style>
border-color css
<style>
span { border-color: #A8CB28; }
span { border-color: rgb(168,203,40); }
td.TdClassName
{
border-color: #A8CB28;
}
.TagClassName
{
border-color: #A8CB28;
}
</style>