Html Css Color HEX #AEB490 Green Spring

📋 copy color: '#AEB490'

red 174 ◦ green 180 ◦ blue 144

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

Shades of Green Spring #AEB490

Tints of Green Spring #AEB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 144 (56.64% from 255) = 28.92%

R = 34.94%
G = 36.14%
B = 28.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#AEB490 (or 0xAEB490) is known color: Green Spring. HEX triplet: AE, B4 and 90. RGB value is (174,180,144). Sum of RGB (Red+Green+Blue) = 174+180+144=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB490 is #514B6F. Grayscale: #AEAEAE. Windows color (decimal): -5327728 or 9483438. OLE color: 9483438.

HSL color Cylindrical-coordinate representation of color #AEB490: hue angle of 70º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEB490 is Cyan = 0.03, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 180 144 -
CMYK 0.03 0 0.2 0.29
HSL 70º 0.19% 0.64% -
HSV(B) 70º 0.2% 0.71% -
XYZ 38.81 43.65 32.77 -
YUV 174.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 174 180 144 0.03 0 0.2 0.29 70 0.19 0.64
Hex AE B4 90 3 0 14 1D 46 13 40
Octal 256 264 220 3 0 24 35 106 23 100
Binary 10101110 10110100 10010000 11 0 10100 11101 1000110 10011 1000000

Color Harmonies of #AEB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB490

Black with #AEB490

Text Example


Text Example

White with #AEB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB490; }

 p { color: rgb(174,180,144); }

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

background-color css

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

 a { background-color: rgb(174,180,144); }

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

border-color css

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

 span { border-color: rgb(174,180,144); }

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