#A8B19A

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

Shades of Green Spring #A8B19A

Tints of Green Spring #A8B19A

Color information

#A8B19A (or 0xA8B19A) is unknown color: approx Green Spring. HEX triplet: A8, B1 and 9A. RGB value is (168,177,154). Sum of RGB (Red+Green+Blue) = 168+177+154=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B19A is #574E65. Grayscale: #ABABAB. Windows color (decimal): -5721702 or 10138024. OLE color: 10138024.

HSL color Cylindrical-coordinate representation of color #A8B19A: 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 #A8B19A is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB168177154-
CMYK0.0500.130.31
HSL83.48º12.85%64.9%-
HSV(B)83.48º12.99%69.41%-
XYZ37.742.136.71-
YUV171.69118.02125.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=33.67%
G=35.47%
B=30.86%

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
Decimal1681771540.0500.130.3183.4812.8564.9
HexA8B19A50D1F53d41
Octal25026123250153712315101
Binary1010100010110001100110101010110111111101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B19A; }

 p { color: rgb(168,177,154); }

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

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

 a { background-color: rgb(168,177,154); }

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

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

 span { border-color: rgb(168,177,154); }

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