Html Css Color HEX #AEB994 Green Spring

📋 copy color: '#AEB994'

red 174 ◦ green 185 ◦ blue 148

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

Shades of Green Spring #AEB994

Tints of Green Spring #AEB994

RGB

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

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

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

R = 34.32%
G = 36.49%
B = 29.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#AEB994 (or 0xAEB994) is known color: Green Spring. HEX triplet: AE, B9 and 94. RGB value is (174,185,148). Sum of RGB (Red+Green+Blue) = 174+185+148=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB994 is #51466B. Grayscale: #B1B1B1. Windows color (decimal): -5326444 or 9746862. OLE color: 9746862.

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

Color convert

RGB 174 185 148 -
CMYK 0.06 0 0.20 0.27
HSL 77.84º 0.21% 0.65% -
HSV(B) 77.84º 0.2% 0.73% -
XYZ 40.15 45.83 34.75 -
YUV 177.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 174 185 148 0.06 0 0.20 0.27 77.84 0.21 0.65
Hex AE B9 94 6 0 14 1B 4E 15 41
Octal 256 271 224 6 0 24 33 116 25 101
Binary 10101110 10111001 10010100 110 0 10100 11011 1001110 10101 1000001

Color Harmonies of #AEB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB994

Black with #AEB994

Text Example


Text Example

White with #AEB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB994; }

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

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

background-color css

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

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

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

border-color css

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

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

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