Html Css Color HEX #AEB999 Green Spring

📋 copy color: '#AEB999'

red 174 ◦ green 185 ◦ blue 153

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

Shades of Green Spring #AEB999

Tints of Green Spring #AEB999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.88%

R = 33.98%
G = 36.13%
B = 29.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#AEB999 (or 0xAEB999) is known color: Green Spring. HEX triplet: AE, B9 and 99. RGB value is (174,185,153). Sum of RGB (Red+Green+Blue) = 174+185+153=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB999 is #514666. Grayscale: #B2B2B2. Windows color (decimal): -5326439 or 10074542. OLE color: 10074542.

HSL color Cylindrical-coordinate representation of color #AEB999: hue angle of 80.62º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEB999 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 185 153 -
CMYK 0.06 0 0.17 0.27
HSL 80.63º 0.19% 0.66% -
HSV(B) 80.63º 0.17% 0.73% -
XYZ 40.55 46 36.88 -
YUV 178.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 174 185 153 0.06 0 0.17 0.27 80.63 0.19 0.66
Hex AE B9 99 6 0 11 1B 51 13 42
Octal 256 271 231 6 0 21 33 121 23 102
Binary 10101110 10111001 10011001 110 0 10001 11011 1010001 10011 1000010

Color Harmonies of #AEB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB999

Black with #AEB999

Text Example


Text Example

White with #AEB999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB999; }

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

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

background-color css

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

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

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

border-color css

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

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

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