Html Css Color HEX #ACC8B1 Gum Leaf

📋 copy color: '#ACC8B1'

red 172 ◦ green 200 ◦ blue 177

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

Shades of Gum Leaf #ACC8B1

Tints of Gum Leaf #ACC8B1

RGB

 RED value IS 172 (67.58% from 255) = 31.33%

 GREEN value IS 200 (78.52% from 255) = 36.43%

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

R = 31.33%
G = 36.43%
B = 32.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#ACC8B1 (or 0xACC8B1) is known color: Gum Leaf. HEX triplet: AC, C8 and B1. RGB value is (172,200,177). Sum of RGB (Red+Green+Blue) = 172+200+177=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8B1 is #53374E. Grayscale: #BDBDBD. Windows color (decimal): -5453647 or 11651244. OLE color: 11651244.

HSL color Cylindrical-coordinate representation of color #ACC8B1: hue angle of 130.71º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC8B1 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 177 -
CMYK 0.14 0 0.12 0.22
HSL 130.71º 0.2% 0.73% -
HSV(B) 130.71º 0.14% 0.78% -
XYZ 45.6 53.25 49.47 -
YUV 189.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 172 200 177 0.14 0 0.12 0.22 130.71 0.2 0.73
Hex AC C8 B1 E 0 C 16 83 14 49
Octal 254 310 261 16 0 14 26 203 24 111
Binary 10101100 11001000 10110001 1110 0 1100 10110 10000011 10100 1001001

Color Harmonies of #ACC8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8B1

Black with #ACC8B1

Text Example


Text Example

White with #ACC8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8B1; }

 p { color: rgb(172,200,177); }

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

background-color css

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

 a { background-color: rgb(172,200,177); }

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

border-color css

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

 span { border-color: rgb(172,200,177); }

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