#A7B025

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

Shades of Bahia #A7B025

Tints of Bahia #A7B025

Color information

#A7B025 (or 0xA7B025) is unknown color: approx Bahia. HEX triplet: A7, B0 and 25. RGB value is (167,176,37). Sum of RGB (Red+Green+Blue) = 167+176+37=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B025 is #584FDA. Grayscale: #9E9E9E. Windows color (decimal): -5787611 or 2470055. OLE color: 2470055.

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

Color convert

RGB16717637-
CMYK0.0500.790.31
HSL63.88º65.26%41.76%-
HSV(B)63.88º78.98%69.02%-
XYZ31.839.47.68-
YUV157.4660.02134.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 176 (69.14% from 255) = 46.32%
BLUE value IS 37 (14.84% from 255) = 9.74%
R=43.95%
G=46.32%
B=9.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167176370.0500.790.3163.8865.2641.76
HexA7B025504F1F40412a
Octal24726045501173710010152
Binary1010011110110000100101101010011111111110000001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B025; }

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

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

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

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

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

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

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

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