Shades of Bahia #A5C80D
Tints of Bahia #A5C80D
RGB
CMYK
RGB Variations
Color information
#A5C80D (or 0xA5C80D) is known color: Bahia. HEX triplet: A5, C8 and 0D. RGB value is (165,200,13). Sum of RGB (Red+Green+Blue) = 165+200+13=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C80D is #5A37F2. Grayscale: #A8A8A8. Windows color (decimal): -5912563 or 903333. OLE color: 903333.
HSL color Cylindrical-coordinate representation of color #A5C80D: hue angle of 71.23º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5C80D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.22 |
| HSL | 71.23º | 0.88% | 0.42% | - |
| HSV(B) | 71.23º | 0.94% | 0.78% | - |
| XYZ | 36.24 | 49.34 | 7.99 | - |
| YUV | 168.22 | 40.4 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 13 | 0.18 | 0 | 0.94 | 0.22 | 71.23 | 0.88 | 0.42 |
| Hex | A5 | C8 | D | 12 | 0 | 5E | 16 | 47 | 58 | 2A |
| Octal | 245 | 310 | 15 | 22 | 0 | 136 | 26 | 107 | 130 | 52 |
| Binary | 10100101 | 11001000 | 1101 | 10010 | 0 | 1011110 | 10110 | 1000111 | 1011000 | 101010 |
Color Harmonies of #A5C80D
Complementary color
Monochromatic Colors of #A5C80D
Black with #A5C80D
Text Example
Text Example
White with #A5C80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C80D; }
p { color: rgb(165,200,13); }
H1.HeaderClassName
{
color: #A5C80D;
}
.AnyTagClassName
{
color: #A5C80D;
}
</style>
background-color css
<style>
a { background-color: #A5C80D; }
a { background-color: rgb(165,200,13); }
div.DivClassName
{
background-color: #A5C80D;
}
.BgClassName
{
background-color: #A5C80D;
}
</style>
border-color css
<style>
span { border-color: #A5C80D; }
span { border-color: rgb(165,200,13); }
td.TdClassName
{
border-color: #A5C80D;
}
.TagClassName
{
border-color: #A5C80D;
}
</style>