Html Css Color HEX #AECB94 Sprout

📋 copy color: '#AECB94'

red 174 ◦ green 203 ◦ blue 148

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

Shades of Sprout #AECB94

Tints of Sprout #AECB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.19%

R = 33.14%
G = 38.67%
B = 28.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#AECB94 (or 0xAECB94) is known color: Sprout. HEX triplet: AE, CB and 94. RGB value is (174,203,148). Sum of RGB (Red+Green+Blue) = 174+203+148=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB94 is #51346B. Grayscale: #BCBCBC. Windows color (decimal): -5321836 or 9751470. OLE color: 9751470.

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

Color convert

RGB 174 203 148 -
CMYK 0.14 0 0.27 0.20
HSL 91.64º 0.35% 0.69% -
HSV(B) 91.64º 0.27% 0.8% -
XYZ 44.16 53.85 36.08 -
YUV 188.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 174 203 148 0.14 0 0.27 0.20 91.64 0.35 0.69
Hex AE CB 94 E 0 1B 14 5C 23 45
Octal 256 313 224 16 0 33 24 134 43 105
Binary 10101110 11001011 10010100 1110 0 11011 10100 1011100 100011 1000101

Color Harmonies of #AECB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB94

Black with #AECB94

Text Example


Text Example

White with #AECB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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