#A7B199

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

Shades of Green Spring #A7B199

Tints of Green Spring #A7B199

Color information

#A7B199 (or 0xA7B199) is unknown color: approx Green Spring. HEX triplet: A7, B1 and 99. RGB value is (167,177,153). Sum of RGB (Red+Green+Blue) = 167+177+153=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B199 is #584E66. Grayscale: #ABABAB. Windows color (decimal): -5787239 or 10072487. OLE color: 10072487.

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

Color convert

RGB167177153-
CMYK0.0600.140.31
HSL85º13.33%64.71%-
HSV(B)85º13.56%69.41%-
XYZ37.4141.9636.26-
YUV171.27117.69124.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=33.60%
G=35.61%
B=30.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671771530.0600.140.318513.3364.71
HexA7B19960E1F55d41
Octal24726123160163712515101
Binary1010011110110001100110011100111011111101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B199; }

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

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

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

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

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

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

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

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