Html Css Color HEX #AECB98 Sprout

📋 copy color: '#AECB98'

red 174 ◦ green 203 ◦ blue 152

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

Shades of Sprout #AECB98

Tints of Sprout #AECB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.73%

R = 32.89%
G = 38.37%
B = 28.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#AECB98 (or 0xAECB98) is known color: Sprout. HEX triplet: AE, CB and 98. RGB value is (174,203,152). Sum of RGB (Red+Green+Blue) = 174+203+152=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB98 is #513467. Grayscale: #BCBCBC. Windows color (decimal): -5321832 or 10013614. OLE color: 10013614.

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

Color convert

RGB 174 203 152 -
CMYK 0.14 0 0.25 0.20
HSL 94.12º 0.33% 0.7% -
HSV(B) 94.12º 0.25% 0.8% -
XYZ 44.48 53.98 37.78 -
YUV 188.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 174 203 152 0.14 0 0.25 0.20 94.12 0.33 0.7
Hex AE CB 98 E 0 19 14 5E 21 46
Octal 256 313 230 16 0 31 24 136 41 106
Binary 10101110 11001011 10011000 1110 0 11001 10100 1011110 100001 1000110

Color Harmonies of #AECB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB98

Black with #AECB98

Text Example


Text Example

White with #AECB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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