#A8B198

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

Shades of Green Spring #A8B198

Tints of Green Spring #A8B198

Color information

#A8B198 (or 0xA8B198) is unknown color: approx Green Spring. HEX triplet: A8, B1 and 98. RGB value is (168,177,152). Sum of RGB (Red+Green+Blue) = 168+177+152=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B198 is #574E67. Grayscale: #ABABAB. Windows color (decimal): -5721704 or 10006952. OLE color: 10006952.

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

Color convert

RGB168177152-
CMYK0.0500.140.31
HSL81.6º13.81%64.51%-
HSV(B)81.6º14.12%69.41%-
XYZ37.5442.0435.84-
YUV171.46117.02125.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 152 (59.77% from 255) = 30.58%
R=33.80%
G=35.61%
B=30.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681771520.0500.140.3181.613.8164.51
HexA8B19850E1F52e41
Octal25026123050163712216101
Binary1010100010110001100110001010111011111101001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B198; }

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

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

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

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

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

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

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

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