Html Css Color HEX #AEB690 Green Spring

📋 copy color: '#AEB690'

red 174 ◦ green 182 ◦ blue 144

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

Shades of Green Spring #AEB690

Tints of Green Spring #AEB690

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.4%

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

R = 34.8%
G = 36.4%
B = 28.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#AEB690 (or 0xAEB690) is known color: Green Spring. HEX triplet: AE, B6 and 90. RGB value is (174,182,144). Sum of RGB (Red+Green+Blue) = 174+182+144=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB690 is #51496F. Grayscale: #AFAFAF. Windows color (decimal): -5327216 or 9483950. OLE color: 9483950.

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

Color convert

RGB 174 182 144 -
CMYK 0.04 0 0.21 0.29
HSL 72.63º 0.21% 0.64% -
HSV(B) 72.63º 0.21% 0.71% -
XYZ 39.22 44.47 32.9 -
YUV 175.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 174 182 144 0.04 0 0.21 0.29 72.63 0.21 0.64
Hex AE B6 90 4 0 15 1D 49 15 40
Octal 256 266 220 4 0 25 35 111 25 100
Binary 10101110 10110110 10010000 100 0 10101 11101 1001001 10101 1000000

Color Harmonies of #AEB690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB690

Black with #AEB690

Text Example


Text Example

White with #AEB690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB690; }

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

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

background-color css

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

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

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

border-color css

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

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

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