Html Css Color HEX #AEB394 Green Spring

📋 copy color: '#AEB394'

red 174 ◦ green 179 ◦ blue 148

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

Shades of Green Spring #AEB394

Tints of Green Spring #AEB394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.73%

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 34.73%
G = 35.73%
B = 29.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#AEB394 (or 0xAEB394) is known color: Green Spring. HEX triplet: AE, B3 and 94. RGB value is (174,179,148). Sum of RGB (Red+Green+Blue) = 174+179+148=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB394 is #514C6B. Grayscale: #AEAEAE. Windows color (decimal): -5327980 or 9745326. OLE color: 9745326.

HSL color Cylindrical-coordinate representation of color #AEB394: hue angle of 69.68º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEB394 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 179 148 -
CMYK 0.03 0 0.17 0.30
HSL 69.68º 0.17% 0.64% -
HSV(B) 69.68º 0.17% 0.7% -
XYZ 38.92 43.38 34.34 -
YUV 173.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 174 179 148 0.03 0 0.17 0.30 69.68 0.17 0.64
Hex AE B3 94 3 0 11 1E 46 11 40
Octal 256 263 224 3 0 21 36 106 21 100
Binary 10101110 10110011 10010100 11 0 10001 11110 1000110 10001 1000000

Color Harmonies of #AEB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB394

Black with #AEB394

Text Example


Text Example

White with #AEB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB394; }

 p { color: rgb(174,179,148); }

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

background-color css

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

 a { background-color: rgb(174,179,148); }

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

border-color css

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

 span { border-color: rgb(174,179,148); }

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