Html Css Color HEX #AEBC9E Sprout

📋 copy color: '#AEBC9E'

red 174 ◦ green 188 ◦ blue 158

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

Shades of Sprout #AEBC9E

Tints of Sprout #AEBC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.38%

R = 33.46%
G = 36.15%
B = 30.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#AEBC9E (or 0xAEBC9E) is known color: Sprout. HEX triplet: AE, BC and 9E. RGB value is (174,188,158). Sum of RGB (Red+Green+Blue) = 174+188+158=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC9E is #514361. Grayscale: #B4B4B4. Windows color (decimal): -5325666 or 10402990. OLE color: 10402990.

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

Color convert

RGB 174 188 158 -
CMYK 0.07 0 0.16 0.26
HSL 88º 0.18% 0.68% -
HSV(B) 88º 0.16% 0.74% -
XYZ 41.61 47.43 39.31 -
YUV 180.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 174 188 158 0.07 0 0.16 0.26 88 0.18 0.68
Hex AE BC 9E 7 0 10 1A 58 12 44
Octal 256 274 236 7 0 20 32 130 22 104
Binary 10101110 10111100 10011110 111 0 10000 11010 1011000 10010 1000100

Color Harmonies of #AEBC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC9E

Black with #AEBC9E

Text Example


Text Example

White with #AEBC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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