#A5B025

Color #A5B025 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A5B025

Tints of Bahia #A5B025

Color information

#A5B025 (or 0xA5B025) is unknown color: approx Bahia. HEX triplet: A5, B0 and 25. RGB value is (165,176,37). Sum of RGB (Red+Green+Blue) = 165+176+37=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B025 is #5A4FDA. Grayscale: #9D9D9D. Windows color (decimal): -5918683 or 2470053. OLE color: 2470053.

HSL color Cylindrical-coordinate representation of color #A5B025: hue angle of 64.75º 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 #A5B025 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB16517637-
CMYK0.0600.790.31
HSL64.75º65.26%41.76%-
HSV(B)64.75º78.98%69.02%-
XYZ31.3839.187.66-
YUV156.8660.36133.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 37 (14.84% from 255) = 9.79%
R=43.65%
G=46.56%
B=9.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165176370.0600.790.3164.7565.2641.76
HexA5B025604F1F41412a
Octal24526045601173710110152
Binary1010010110110000100101110010011111111110000011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B025; }

 p { color: rgb(165,176,37); }

 H1.HeaderClassName
 {
   color: #A5B025;
 }
 .AnyTagClassName
 {
   color: #A5B025;
 }
</style>
background-color css

<style>
 a { background-color: #A5B025; }

 a { background-color: rgb(165,176,37); }

 div.DivClassName
 {
   background-color: #A5B025;
 }
 .BgClassName
 {
   background-color: #A5B025;
 }
</style>
border-color css

<style>
 span { border-color: #A5B025; }

 span { border-color: rgb(165,176,37); }

 td.TdClassName
 {
   border-color: #A5B025;
 }
 .TagClassName
 {
   border-color: #A5B025;
 }
</style>