#AEB198

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

Shades of Green Spring #AEB198

Tints of Green Spring #AEB198

Color information

#AEB198 (or 0xAEB198) is unknown color: approx Green Spring. HEX triplet: AE, B1 and 98. RGB value is (174,177,152). Sum of RGB (Red+Green+Blue) = 174+177+152=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB198 is #514E67. Grayscale: #ADADAD. Windows color (decimal): -5328488 or 10006958. OLE color: 10006958.

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

Color convert

RGB174177152-
CMYK0.0200.140.31
HSL67.2º13.81%64.51%-
HSV(B)67.2º14.12%69.41%-
XYZ38.8542.7135.9-
YUV173.25116.01128.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=34.59%
G=35.19%
B=30.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771520.0200.140.3167.213.8164.51
HexAEB19820E1F43e41
Octal25626123020163710316101
Binary101011101011000110011000100111011111100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB198; }

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

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

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

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

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

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

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

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