#A7B099

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

Shades of Green Spring #A7B099

Tints of Green Spring #A7B099

Color information

#A7B099 (or 0xA7B099) is unknown color: approx Green Spring. HEX triplet: A7, B0 and 99. RGB value is (167,176,153). Sum of RGB (Red+Green+Blue) = 167+176+153=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B099 is #584F66. Grayscale: #AAAAAA. Windows color (decimal): -5787495 or 10072231. OLE color: 10072231.

HSL color Cylindrical-coordinate representation of color #A7B099: hue angle of 83.48º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7B099 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB167176153-
CMYK0.0500.130.31
HSL83.48º12.71%64.51%-
HSV(B)83.48º13.07%69.02%-
XYZ37.2141.5736.2-
YUV170.69118.02125.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=33.67%
G=35.48%
B=30.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671761530.0500.130.3183.4812.7164.51
HexA7B09950D1F53d41
Octal24726023150153712315101
Binary1010011110110000100110011010110111111101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B099; }

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

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

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

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

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

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

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

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