Shades of Bahia #A5C02F
Tints of Bahia #A5C02F
RGB
CMYK
RGB Variations
Color information
#A5C02F (or 0xA5C02F) is known color: Bahia. HEX triplet: A5, C0 and 2F. RGB value is (165,192,47). Sum of RGB (Red+Green+Blue) = 165+192+47=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C02F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C02F is #5A3FD0. Grayscale: #A7A7A7. Windows color (decimal): -5914577 or 3129509. OLE color: 3129509.
HSL color Cylindrical-coordinate representation of color #A5C02F: hue angle of 71.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5C02F is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 47 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.25 |
| HSL | 71.17º | 0.61% | 0.47% | - |
| HSV(B) | 71.17º | 0.76% | 0.75% | - |
| XYZ | 34.88 | 45.9 | 9.71 | - |
| YUV | 167.4 | 60.05 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 47 | 0.14 | 0 | 0.76 | 0.25 | 71.17 | 0.61 | 0.47 |
| Hex | A5 | C0 | 2F | E | 0 | 4C | 19 | 47 | 3D | 2F |
| Octal | 245 | 300 | 57 | 16 | 0 | 114 | 31 | 107 | 75 | 57 |
| Binary | 10100101 | 11000000 | 101111 | 1110 | 0 | 1001100 | 11001 | 1000111 | 111101 | 101111 |
Color Harmonies of #A5C02F
Complementary color
Monochromatic Colors of #A5C02F
Black with #A5C02F
Text Example
Text Example
White with #A5C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C02F; }
p { color: rgb(165,192,47); }
H1.HeaderClassName
{
color: #A5C02F;
}
.AnyTagClassName
{
color: #A5C02F;
}
</style>
background-color css
<style>
a { background-color: #A5C02F; }
a { background-color: rgb(165,192,47); }
div.DivClassName
{
background-color: #A5C02F;
}
.BgClassName
{
background-color: #A5C02F;
}
</style>
border-color css
<style>
span { border-color: #A5C02F; }
span { border-color: rgb(165,192,47); }
td.TdClassName
{
border-color: #A5C02F;
}
.TagClassName
{
border-color: #A5C02F;
}
</style>