Html Css Color HEX #AACBB1 Gum Leaf

📋 copy color: '#AACBB1'

red 170 ◦ green 203 ◦ blue 177

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

Shades of Gum Leaf #AACBB1

Tints of Gum Leaf #AACBB1

RGB

 RED value IS 170 (66.8% from 255) = 30.91%

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

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

R = 30.91%
G = 36.91%
B = 32.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#AACBB1 (or 0xAACBB1) is known color: Gum Leaf. HEX triplet: AA, CB and B1. RGB value is (170,203,177). Sum of RGB (Red+Green+Blue) = 170+203+177=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBB1 is #55344E. Grayscale: #BEBEBE. Windows color (decimal): -5583951 or 11652010. OLE color: 11652010.

HSL color Cylindrical-coordinate representation of color #AACBB1: hue angle of 132.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBB1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 177 -
CMYK 0.16 0 0.13 0.20
HSL 132.73º 0.24% 0.73% -
HSV(B) 132.73º 0.16% 0.8% -
XYZ 45.87 54.43 49.68 -
YUV 190.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 170 203 177 0.16 0 0.13 0.20 132.73 0.24 0.73
Hex AA CB B1 10 0 D 14 85 18 49
Octal 252 313 261 20 0 15 24 205 30 111
Binary 10101010 11001011 10110001 10000 0 1101 10100 10000101 11000 1001001

Color Harmonies of #AACBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBB1

Black with #AACBB1

Text Example


Text Example

White with #AACBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBB1; }

 p { color: rgb(170,203,177); }

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

background-color css

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

 a { background-color: rgb(170,203,177); }

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

border-color css

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

 span { border-color: rgb(170,203,177); }

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