Html Css Color HEX #AEB696 Green Spring

📋 copy color: '#AEB696'

red 174 ◦ green 182 ◦ blue 150

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

Shades of Green Spring #AEB696

Tints of Green Spring #AEB696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 34.39%
G = 35.97%
B = 29.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#AEB696 (or 0xAEB696) is known color: Green Spring. HEX triplet: AE, B6 and 96. RGB value is (174,182,150). Sum of RGB (Red+Green+Blue) = 174+182+150=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB696 is #514969. Grayscale: #B0B0B0. Windows color (decimal): -5327210 or 9877166. OLE color: 9877166.

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

Color convert

RGB 174 182 150 -
CMYK 0.04 0 0.18 0.29
HSL 75º 0.18% 0.65% -
HSV(B) 75º 0.18% 0.71% -
XYZ 39.69 44.66 35.38 -
YUV 175.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 174 182 150 0.04 0 0.18 0.29 75 0.18 0.65
Hex AE B6 96 4 0 12 1D 4B 12 41
Octal 256 266 226 4 0 22 35 113 22 101
Binary 10101110 10110110 10010110 100 0 10010 11101 1001011 10010 1000001

Color Harmonies of #AEB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB696

Black with #AEB696

Text Example


Text Example

White with #AEB696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB696; }

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

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

background-color css

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

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

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

border-color css

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

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

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