#A7B32D

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

Shades of Bahia #A7B32D

Tints of Bahia #A7B32D

Color information

#A7B32D (or 0xA7B32D) is unknown color: approx Bahia. HEX triplet: A7, B3 and 2D. RGB value is (167,179,45). Sum of RGB (Red+Green+Blue) = 167+179+45=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B32D is #584CD2. Grayscale: #A0A0A0. Windows color (decimal): -5786835 or 2995111. OLE color: 2995111.

HSL color Cylindrical-coordinate representation of color #A7B32D: hue angle of 65.37º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7B32D is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB16717945-
CMYK0.0700.750.30
HSL65.37º59.82%43.92%-
HSV(B)65.37º74.86%70.2%-
XYZ32.5340.658.61-
YUV160.1463.02132.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 179 (70.31% from 255) = 45.78%
BLUE value IS 45 (17.97% from 255) = 11.51%
R=42.71%
G=45.78%
B=11.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167179450.0700.750.3065.3759.8243.92
HexA7B32D704B1E413c2c
Octal2472635570113361017454
Binary101001111011001110110111101001011111101000001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B32D; }

 p { color: rgb(167,179,45); }

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

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

 a { background-color: rgb(167,179,45); }

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

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

 span { border-color: rgb(167,179,45); }

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