Shades of Bahia #A8C50D
Tints of Bahia #A8C50D
RGB
CMYK
RGB Variations
Color information
#A8C50D (or 0xA8C50D) is known color: Bahia. HEX triplet: A8, C5 and 0D. RGB value is (168,197,13). Sum of RGB (Red+Green+Blue) = 168+197+13=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C50D is #573AF2. Grayscale: #A8A8A8. Windows color (decimal): -5716723 or 902568. OLE color: 902568.
HSL color Cylindrical-coordinate representation of color #A8C50D: hue angle of 69.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8C50D is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 13 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.23 |
| HSL | 69.46º | 0.88% | 0.41% | - |
| HSV(B) | 69.46º | 0.93% | 0.77% | - |
| XYZ | 36.19 | 48.29 | 7.79 | - |
| YUV | 167.35 | 40.89 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 13 | 0.15 | 0 | 0.93 | 0.23 | 69.46 | 0.88 | 0.41 |
| Hex | A8 | C5 | D | F | 0 | 5D | 17 | 45 | 58 | 29 |
| Octal | 250 | 305 | 15 | 17 | 0 | 135 | 27 | 105 | 130 | 51 |
| Binary | 10101000 | 11000101 | 1101 | 1111 | 0 | 1011101 | 10111 | 1000101 | 1011000 | 101001 |
Color Harmonies of #A8C50D
Complementary color
Monochromatic Colors of #A8C50D
Black with #A8C50D
Text Example
Text Example
White with #A8C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C50D; }
p { color: rgb(168,197,13); }
H1.HeaderClassName
{
color: #A8C50D;
}
.AnyTagClassName
{
color: #A8C50D;
}
</style>
background-color css
<style>
a { background-color: #A8C50D; }
a { background-color: rgb(168,197,13); }
div.DivClassName
{
background-color: #A8C50D;
}
.BgClassName
{
background-color: #A8C50D;
}
</style>
border-color css
<style>
span { border-color: #A8C50D; }
span { border-color: rgb(168,197,13); }
td.TdClassName
{
border-color: #A8C50D;
}
.TagClassName
{
border-color: #A8C50D;
}
</style>