Html Css Color HEX #AECB96 Sprout

📋 copy color: '#AECB96'

red 174 ◦ green 203 ◦ blue 150

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

Shades of Sprout #AECB96

Tints of Sprout #AECB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.52%

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

R = 33.02%
G = 38.52%
B = 28.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#AECB96 (or 0xAECB96) is known color: Sprout. HEX triplet: AE, CB and 96. RGB value is (174,203,150). Sum of RGB (Red+Green+Blue) = 174+203+150=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB96 is #513469. Grayscale: #BCBCBC. Windows color (decimal): -5321834 or 9882542. OLE color: 9882542.

HSL color Cylindrical-coordinate representation of color #AECB96: hue angle of 92.83º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AECB96 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 150 -
CMYK 0.14 0 0.26 0.20
HSL 92.83º 0.34% 0.69% -
HSV(B) 92.83º 0.26% 0.8% -
XYZ 44.32 53.91 36.92 -
YUV 188.29 106.39 117.81 -
System Red Green Blue C M Y K H S L
Decimal 174 203 150 0.14 0 0.26 0.20 92.83 0.34 0.69
Hex AE CB 96 E 0 1A 14 5D 22 45
Octal 256 313 226 16 0 32 24 135 42 105
Binary 10101110 11001011 10010110 1110 0 11010 10100 1011101 100010 1000101

Color Harmonies of #AECB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB96

Black with #AECB96

Text Example


Text Example

White with #AECB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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