Html Css Color HEX #AEB995 Green Spring

📋 copy color: '#AEB995'

red 174 ◦ green 185 ◦ blue 149

#AEB995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Spring #AEB995

Tints of Green Spring #AEB995

RGB

 RED value IS 174 (68.36% from 255) = 34.25%

 GREEN value IS 185 (72.66% from 255) = 36.42%

 BLUE value IS 149 (58.59% from 255) = 29.33%

R = 34.25%
G = 36.42%
B = 29.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#AEB995 (or 0xAEB995) is known color: Green Spring. HEX triplet: AE, B9 and 95. RGB value is (174,185,149). Sum of RGB (Red+Green+Blue) = 174+185+149=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB995 is #51466A. Grayscale: #B1B1B1. Windows color (decimal): -5326443 or 9812398. OLE color: 9812398.

HSL color Cylindrical-coordinate representation of color #AEB995: hue angle of 78.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEB995 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 185 149 -
CMYK 0.06 0 0.19 0.27
HSL 78.33º 0.2% 0.65% -
HSV(B) 78.33º 0.19% 0.73% -
XYZ 40.23 45.87 35.17 -
YUV 177.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 174 185 149 0.06 0 0.19 0.27 78.33 0.2 0.65
Hex AE B9 95 6 0 13 1B 4E 14 41
Octal 256 271 225 6 0 23 33 116 24 101
Binary 10101110 10111001 10010101 110 0 10011 11011 1001110 10100 1000001

Color Harmonies of #AEB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB995

Black with #AEB995

Text Example


Text Example

White with #AEB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB995; }

 p { color: rgb(174,185,149); }

 H1.HeaderClassName
 {
   color: #AEB995;
 }
 .AnyTagClassName
 {
   color: #AEB995;
 }
</style>

background-color css

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

 a { background-color: rgb(174,185,149); }

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

border-color css

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

 span { border-color: rgb(174,185,149); }

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