Shades of Bahia #A5C125
Tints of Bahia #A5C125
RGB
CMYK
RGB Variations
Color information
#A5C125 (or 0xA5C125) is known color: Bahia. HEX triplet: A5, C1 and 25. RGB value is (165,193,37). Sum of RGB (Red+Green+Blue) = 165+193+37=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C125 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C125 is #5A3EDA. Grayscale: #A7A7A7. Windows color (decimal): -5914331 or 2474405. OLE color: 2474405.
HSL color Cylindrical-coordinate representation of color #A5C125: hue angle of 70.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5C125 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 193 | 37 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.24 |
| HSL | 70.77º | 0.68% | 0.45% | - |
| HSV(B) | 70.77º | 0.81% | 0.76% | - |
| XYZ | 34.92 | 46.27 | 8.84 | - |
| YUV | 166.84 | 54.72 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 193 | 37 | 0.15 | 0 | 0.81 | 0.24 | 70.77 | 0.68 | 0.45 |
| Hex | A5 | C1 | 25 | F | 0 | 51 | 18 | 47 | 44 | 2D |
| Octal | 245 | 301 | 45 | 17 | 0 | 121 | 30 | 107 | 104 | 55 |
| Binary | 10100101 | 11000001 | 100101 | 1111 | 0 | 1010001 | 11000 | 1000111 | 1000100 | 101101 |
Color Harmonies of #A5C125
Complementary color
Monochromatic Colors of #A5C125
Black with #A5C125
Text Example
Text Example
White with #A5C125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C125; }
p { color: rgb(165,193,37); }
H1.HeaderClassName
{
color: #A5C125;
}
.AnyTagClassName
{
color: #A5C125;
}
</style>
background-color css
<style>
a { background-color: #A5C125; }
a { background-color: rgb(165,193,37); }
div.DivClassName
{
background-color: #A5C125;
}
.BgClassName
{
background-color: #A5C125;
}
</style>
border-color css
<style>
span { border-color: #A5C125; }
span { border-color: rgb(165,193,37); }
td.TdClassName
{
border-color: #A5C125;
}
.TagClassName
{
border-color: #A5C125;
}
</style>