#A7B194

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

Shades of Green Spring #A7B194

Tints of Green Spring #A7B194

Color information

#A7B194 (or 0xA7B194) is unknown color: approx Green Spring. HEX triplet: A7, B1 and 94. RGB value is (167,177,148). Sum of RGB (Red+Green+Blue) = 167+177+148=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B194 is #584E6B. Grayscale: #AAAAAA. Windows color (decimal): -5787244 or 9744807. OLE color: 9744807.

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

Color convert

RGB167177148-
CMYK0.0600.160.31
HSL80.69º15.68%63.73%-
HSV(B)80.69º16.38%69.41%-
XYZ3741.834.13-
YUV170.7115.19125.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.94%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=33.94%
G=35.98%
B=30.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671771480.0600.160.3180.6915.6863.73
HexA7B19460101F511040
Octal24726122460203712120100
Binary101001111011000110010100110010000111111010001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B194; }

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

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

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

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

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

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

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

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