Shades of Bahia #A8C919
Tints of Bahia #A8C919
RGB
CMYK
RGB Variations
Color information
#A8C919 (or 0xA8C919) is known color: Bahia. HEX triplet: A8, C9 and 19. RGB value is (168,201,25). Sum of RGB (Red+Green+Blue) = 168+201+25=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C919 is #5736E6. Grayscale: #ABABAB. Windows color (decimal): -5715687 or 1690024. OLE color: 1690024.
HSL color Cylindrical-coordinate representation of color #A8C919: hue angle of 71.25º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8C919 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 201 | 25 | - |
CMYK | 0.16 | 0 | 0.88 | 0.21 |
HSL | 71.25º | 0.78% | 0.44% | - |
HSV(B) | 71.25º | 0.88% | 0.79% | - |
XYZ | 37.21 | 50.17 | 8.64 | - |
YUV | 171.07 | 45.57 | 125.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 201 | 25 | 0.16 | 0 | 0.88 | 0.21 | 71.25 | 0.78 | 0.44 |
Hex | A8 | C9 | 19 | 10 | 0 | 58 | 15 | 47 | 4E | 2C |
Octal | 250 | 311 | 31 | 20 | 0 | 130 | 25 | 107 | 116 | 54 |
Binary | 10101000 | 11001001 | 11001 | 10000 | 0 | 1011000 | 10101 | 1000111 | 1001110 | 101100 |
Color Harmonies of #A8C919
Complementary color
Monochromatic Colors of #A8C919
Black with #A8C919
Text Example
Text Example
White with #A8C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C919; }
p { color: rgb(168,201,25); }
H1.HeaderClassName
{
color: #A8C919;
}
.AnyTagClassName
{
color: #A8C919;
}
</style>
background-color css
<style>
a { background-color: #A8C919; }
a { background-color: rgb(168,201,25); }
div.DivClassName
{
background-color: #A8C919;
}
.BgClassName
{
background-color: #A8C919;
}
</style>
border-color css
<style>
span { border-color: #A8C919; }
span { border-color: rgb(168,201,25); }
td.TdClassName
{
border-color: #A8C919;
}
.TagClassName
{
border-color: #A8C919;
}
</style>