Shades of Bahia #A5C51C
Tints of Bahia #A5C51C
RGB
CMYK
RGB Variations
Color information
#A5C51C (or 0xA5C51C) is known color: Bahia. HEX triplet: A5, C5 and 1C. RGB value is (165,197,28). Sum of RGB (Red+Green+Blue) = 165+197+28=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C51C is #5A3AE3. Grayscale: #A8A8A8. Windows color (decimal): -5913316 or 1885605. OLE color: 1885605.
HSL color Cylindrical-coordinate representation of color #A5C51C: hue angle of 71.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5C51C is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 28 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.23 |
| HSL | 71.36º | 0.75% | 0.44% | - |
| HSV(B) | 71.36º | 0.86% | 0.77% | - |
| XYZ | 35.69 | 48.02 | 8.49 | - |
| YUV | 168.17 | 48.9 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 28 | 0.16 | 0 | 0.86 | 0.23 | 71.36 | 0.75 | 0.44 |
| Hex | A5 | C5 | 1C | 10 | 0 | 56 | 17 | 47 | 4B | 2C |
| Octal | 245 | 305 | 34 | 20 | 0 | 126 | 27 | 107 | 113 | 54 |
| Binary | 10100101 | 11000101 | 11100 | 10000 | 0 | 1010110 | 10111 | 1000111 | 1001011 | 101100 |
Color Harmonies of #A5C51C
Complementary color
Monochromatic Colors of #A5C51C
Black with #A5C51C
Text Example
Text Example
White with #A5C51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C51C; }
p { color: rgb(165,197,28); }
H1.HeaderClassName
{
color: #A5C51C;
}
.AnyTagClassName
{
color: #A5C51C;
}
</style>
background-color css
<style>
a { background-color: #A5C51C; }
a { background-color: rgb(165,197,28); }
div.DivClassName
{
background-color: #A5C51C;
}
.BgClassName
{
background-color: #A5C51C;
}
</style>
border-color css
<style>
span { border-color: #A5C51C; }
span { border-color: rgb(165,197,28); }
td.TdClassName
{
border-color: #A5C51C;
}
.TagClassName
{
border-color: #A5C51C;
}
</style>