#A8B094

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

Shades of Green Spring #A8B094

Tints of Green Spring #A8B094

Color information

#A8B094 (or 0xA8B094) is unknown color: approx Green Spring. HEX triplet: A8, B0 and 94. RGB value is (168,176,148). Sum of RGB (Red+Green+Blue) = 168+176+148=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B094 is #574F6B. Grayscale: #AAAAAA. Windows color (decimal): -5721964 or 9744552. OLE color: 9744552.

HSL color Cylindrical-coordinate representation of color #A8B094: hue angle of 77.14º degrees, saturation: 0.15, 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 #A8B094 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB168176148-
CMYK0.0500.160.31
HSL77.14º15.05%63.53%-
HSV(B)77.14º15.91%69.02%-
XYZ37.0241.5134.08-
YUV170.42115.35126.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=34.15%
G=35.77%
B=30.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681761480.0500.160.3177.1415.0563.53
HexA8B09450101F4df40
Octal25026022450203711517100
Binary10101000101100001001010010101000011111100110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B094; }

 p { color: rgb(168,176,148); }

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

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

 a { background-color: rgb(168,176,148); }

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

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

 span { border-color: rgb(168,176,148); }

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