Html Css Color HEX #AEBFB1 Gum Leaf

📋 copy color: '#AEBFB1'

red 174 ◦ green 191 ◦ blue 177

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

Shades of Gum Leaf #AEBFB1

Tints of Gum Leaf #AEBFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.66%

R = 32.1%
G = 35.24%
B = 32.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#AEBFB1 (or 0xAEBFB1) is known color: Gum Leaf. HEX triplet: AE, BF and B1. RGB value is (174,191,177). Sum of RGB (Red+Green+Blue) = 174+191+177=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBFB1 is #51404E. Grayscale: #B8B8B8. Windows color (decimal): -5324879 or 11648942. OLE color: 11648942.

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

Color convert

RGB 174 191 177 -
CMYK 0.09 0 0.07 0.25
HSL 130.59º 0.12% 0.72% -
HSV(B) 130.59º 0.09% 0.75% -
XYZ 44.02 49.43 48.82 -
YUV 184.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 174 191 177 0.09 0 0.07 0.25 130.59 0.12 0.72
Hex AE BF B1 9 0 7 19 83 C 48
Octal 256 277 261 11 0 7 31 203 14 110
Binary 10101110 10111111 10110001 1001 0 111 11001 10000011 1100 1001000

Color Harmonies of #AEBFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFB1

Black with #AEBFB1

Text Example


Text Example

White with #AEBFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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