Html Css Color HEX #AEBF9A Sprout

📋 copy color: '#AEBF9A'

red 174 ◦ green 191 ◦ blue 154

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

Shades of Sprout #AEBF9A

Tints of Sprout #AEBF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 36.8%

 BLUE value IS 154 (60.55% from 255) = 29.67%

R = 33.53%
G = 36.8%
B = 29.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#AEBF9A (or 0xAEBF9A) is known color: Sprout. HEX triplet: AE, BF and 9A. RGB value is (174,191,154). Sum of RGB (Red+Green+Blue) = 174+191+154=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF9A is #514065. Grayscale: #B5B5B5. Windows color (decimal): -5324902 or 10141614. OLE color: 10141614.

HSL color Cylindrical-coordinate representation of color #AEBF9A: hue angle of 87.57º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBF9A is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 154 -
CMYK 0.09 0 0.19 0.25
HSL 87.57º 0.22% 0.68% -
HSV(B) 87.57º 0.19% 0.75% -
XYZ 41.92 48.59 37.74 -
YUV 181.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 174 191 154 0.09 0 0.19 0.25 87.57 0.22 0.68
Hex AE BF 9A 9 0 13 19 58 16 44
Octal 256 277 232 11 0 23 31 130 26 104
Binary 10101110 10111111 10011010 1001 0 10011 11001 1011000 10110 1000100

Color Harmonies of #AEBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF9A

Black with #AEBF9A

Text Example


Text Example

White with #AEBF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF9A; }

 p { color: rgb(174,191,154); }

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

background-color css

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

 a { background-color: rgb(174,191,154); }

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

border-color css

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

 span { border-color: rgb(174,191,154); }

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