Html Css Color HEX #AEBDB2 Gum Leaf

📋 copy color: '#AEBDB2'

red 174 ◦ green 189 ◦ blue 178

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

Shades of Gum Leaf #AEBDB2

Tints of Gum Leaf #AEBDB2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.94%

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 32.16%
G = 34.94%
B = 32.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#AEBDB2 (or 0xAEBDB2) is known color: Gum Leaf. HEX triplet: AE, BD and B2. RGB value is (174,189,178). Sum of RGB (Red+Green+Blue) = 174+189+178=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDB2 is #51424D. Grayscale: #B7B7B7. Windows color (decimal): -5325390 or 11713966. OLE color: 11713966.

HSL color Cylindrical-coordinate representation of color #AEBDB2: hue angle of 136º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBDB2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 178 -
CMYK 0.08 0 0.06 0.26
HSL 136º 0.1% 0.71% -
HSV(B) 136º 0.08% 0.74% -
XYZ 43.69 48.61 49.2 -
YUV 183.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 174 189 178 0.08 0 0.06 0.26 136 0.1 0.71
Hex AE BD B2 8 0 6 1A 88 A 47
Octal 256 275 262 10 0 6 32 210 12 107
Binary 10101110 10111101 10110010 1000 0 110 11010 10001000 1010 1000111

Color Harmonies of #AEBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDB2

Black with #AEBDB2

Text Example


Text Example

White with #AEBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDB2; }

 p { color: rgb(174,189,178); }

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

background-color css

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

 a { background-color: rgb(174,189,178); }

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

border-color css

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

 span { border-color: rgb(174,189,178); }

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