#A7B320

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

Shades of Bahia #A7B320

Tints of Bahia #A7B320

Color information

#A7B320 (or 0xA7B320) is unknown color: approx Bahia. HEX triplet: A7, B3 and 20. RGB value is (167,179,32). Sum of RGB (Red+Green+Blue) = 167+179+32=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B320 is #584CDF. Grayscale: #9F9F9F. Windows color (decimal): -5786848 or 2143143. OLE color: 2143143.

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

Color convert

RGB16717932-
CMYK0.0700.820.30
HSL64.9º69.67%41.37%-
HSV(B)64.9º82.12%70.2%-
XYZ32.3240.567.49-
YUV158.6556.52133.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 179 (70.31% from 255) = 47.35%
BLUE value IS 32 (12.89% from 255) = 8.47%
R=44.18%
G=47.35%
B=8.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167179320.0700.820.3064.969.6741.37
HexA7B32070521E414629
Octal24726340701223610110651
Binary1010011110110011100000111010100101111010000011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B320; }

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

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

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

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

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

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

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

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