Shades of Bahia #A5C120
Tints of Bahia #A5C120
RGB
CMYK
RGB Variations
Color information
#A5C120 (or 0xA5C120) is known color: Bahia. HEX triplet: A5, C1 and 20. RGB value is (165,193,32). Sum of RGB (Red+Green+Blue) = 165+193+32=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C120 is #5A3EDF. Grayscale: #A6A6A6. Windows color (decimal): -5914336 or 2146725. OLE color: 2146725.
HSL color Cylindrical-coordinate representation of color #A5C120: hue angle of 70.43º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5C120 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 193 | 32 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.24 |
| HSL | 70.43º | 0.72% | 0.44% | - |
| HSV(B) | 70.43º | 0.83% | 0.76% | - |
| XYZ | 34.85 | 46.24 | 8.46 | - |
| YUV | 166.27 | 52.22 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 193 | 32 | 0.15 | 0 | 0.83 | 0.24 | 70.43 | 0.72 | 0.44 |
| Hex | A5 | C1 | 20 | F | 0 | 53 | 18 | 46 | 48 | 2C |
| Octal | 245 | 301 | 40 | 17 | 0 | 123 | 30 | 106 | 110 | 54 |
| Binary | 10100101 | 11000001 | 100000 | 1111 | 0 | 1010011 | 11000 | 1000110 | 1001000 | 101100 |
Color Harmonies of #A5C120
Complementary color
Monochromatic Colors of #A5C120
Black with #A5C120
Text Example
Text Example
White with #A5C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C120; }
p { color: rgb(165,193,32); }
H1.HeaderClassName
{
color: #A5C120;
}
.AnyTagClassName
{
color: #A5C120;
}
</style>
background-color css
<style>
a { background-color: #A5C120; }
a { background-color: rgb(165,193,32); }
div.DivClassName
{
background-color: #A5C120;
}
.BgClassName
{
background-color: #A5C120;
}
</style>
border-color css
<style>
span { border-color: #A5C120; }
span { border-color: rgb(165,193,32); }
td.TdClassName
{
border-color: #A5C120;
}
.TagClassName
{
border-color: #A5C120;
}
</style>