Shades of Bahia #A8CC19
Tints of Bahia #A8CC19
RGB
CMYK
RGB Variations
Color information
#A8CC19 (or 0xA8CC19) is known color: Bahia. HEX triplet: A8, CC and 19. RGB value is (168,204,25). Sum of RGB (Red+Green+Blue) = 168+204+25=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CC19 is #5733E6. Grayscale: #ADADAD. Windows color (decimal): -5714919 or 1690792. OLE color: 1690792.
HSL color Cylindrical-coordinate representation of color #A8CC19: hue angle of 72.07º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8CC19 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 25 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.2 |
| HSL | 72.07º | 0.78% | 0.45% | - |
| HSV(B) | 72.07º | 0.88% | 0.8% | - |
| XYZ | 37.92 | 51.58 | 8.88 | - |
| YUV | 172.83 | 44.57 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 25 | 0.18 | 0 | 0.88 | 0.2 | 72.07 | 0.78 | 0.45 |
| Hex | A8 | CC | 19 | 12 | 0 | 58 | 14 | 48 | 4E | 2D |
| Octal | 250 | 314 | 31 | 22 | 0 | 130 | 24 | 110 | 116 | 55 |
| Binary | 10101000 | 11001100 | 11001 | 10010 | 0 | 1011000 | 10100 | 1001000 | 1001110 | 101101 |
Color Harmonies of #A8CC19
Complementary color
Monochromatic Colors of #A8CC19
Black with #A8CC19
Text Example
Text Example
White with #A8CC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC19; }
p { color: rgb(168,204,25); }
H1.HeaderClassName
{
color: #A8CC19;
}
.AnyTagClassName
{
color: #A8CC19;
}
</style>
background-color css
<style>
a { background-color: #A8CC19; }
a { background-color: rgb(168,204,25); }
div.DivClassName
{
background-color: #A8CC19;
}
.BgClassName
{
background-color: #A8CC19;
}
</style>
border-color css
<style>
span { border-color: #A8CC19; }
span { border-color: rgb(168,204,25); }
td.TdClassName
{
border-color: #A8CC19;
}
.TagClassName
{
border-color: #A8CC19;
}
</style>