Html Css Color HEX #AEBC94 Green Spring

📋 copy color: '#AEBC94'

red 174 ◦ green 188 ◦ blue 148

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

Shades of Green Spring #AEBC94

Tints of Green Spring #AEBC94

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.86%

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

R = 34.12%
G = 36.86%
B = 29.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#AEBC94 (or 0xAEBC94) is known color: Green Spring. HEX triplet: AE, BC and 94. RGB value is (174,188,148). Sum of RGB (Red+Green+Blue) = 174+188+148=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC94 is #51436B. Grayscale: #B3B3B3. Windows color (decimal): -5325676 or 9747630. OLE color: 9747630.

HSL color Cylindrical-coordinate representation of color #AEBC94: hue angle of 81º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBC94 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 148 -
CMYK 0.07 0 0.21 0.26
HSL 81º 0.23% 0.66% -
HSV(B) 81º 0.21% 0.74% -
XYZ 40.78 47.1 34.96 -
YUV 179.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 174 188 148 0.07 0 0.21 0.26 81 0.23 0.66
Hex AE BC 94 7 0 15 1A 51 17 42
Octal 256 274 224 7 0 25 32 121 27 102
Binary 10101110 10111100 10010100 111 0 10101 11010 1010001 10111 1000010

Color Harmonies of #AEBC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC94

Black with #AEBC94

Text Example


Text Example

White with #AEBC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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