Shades of Bahia #A2AF25
Tints of Bahia #A2AF25
RGB
CMYK
RGB Variations
Color information
#A2AF25 (or 0xA2AF25) is known color: Bahia. HEX triplet: A2, AF and 25. RGB value is (162,175,37). Sum of RGB (Red+Green+Blue) = 162+175+37=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AF25 is #5D50DA. Grayscale: #9B9B9B. Windows color (decimal): -6115547 or 2469794. OLE color: 2469794.
HSL color Cylindrical-coordinate representation of color #A2AF25: hue angle of 65.65º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2AF25 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 37 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.31 |
| HSL | 65.65º | 0.65% | 0.42% | - |
| HSV(B) | 65.65º | 0.79% | 0.69% | - |
| XYZ | 30.56 | 38.47 | 7.57 | - |
| YUV | 155.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 37 | 0.07 | 0 | 0.79 | 0.31 | 65.65 | 0.65 | 0.42 |
| Hex | A2 | AF | 25 | 7 | 0 | 4F | 1F | 42 | 41 | 2A |
| Octal | 242 | 257 | 45 | 7 | 0 | 117 | 37 | 102 | 101 | 52 |
| Binary | 10100010 | 10101111 | 100101 | 111 | 0 | 1001111 | 11111 | 1000010 | 1000001 | 101010 |
Color Harmonies of #A2AF25
Complementary color
Monochromatic Colors of #A2AF25
Black with #A2AF25
Text Example
Text Example
White with #A2AF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF25; }
p { color: rgb(162,175,37); }
H1.HeaderClassName
{
color: #A2AF25;
}
.AnyTagClassName
{
color: #A2AF25;
}
</style>
background-color css
<style>
a { background-color: #A2AF25; }
a { background-color: rgb(162,175,37); }
div.DivClassName
{
background-color: #A2AF25;
}
.BgClassName
{
background-color: #A2AF25;
}
</style>
border-color css
<style>
span { border-color: #A2AF25; }
span { border-color: rgb(162,175,37); }
td.TdClassName
{
border-color: #A2AF25;
}
.TagClassName
{
border-color: #A2AF25;
}
</style>