Html Css Color HEX #ACC4B1 Gum Leaf

📋 copy color: '#ACC4B1'

red 172 ◦ green 196 ◦ blue 177

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

Shades of Gum Leaf #ACC4B1

Tints of Gum Leaf #ACC4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.96%

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

R = 31.56%
G = 35.96%
B = 32.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#ACC4B1 (or 0xACC4B1) is known color: Gum Leaf. HEX triplet: AC, C4 and B1. RGB value is (172,196,177). Sum of RGB (Red+Green+Blue) = 172+196+177=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC4B1 is #533B4E. Grayscale: #BABABA. Windows color (decimal): -5454671 or 11650220. OLE color: 11650220.

HSL color Cylindrical-coordinate representation of color #ACC4B1: hue angle of 132.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC4B1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 177 -
CMYK 0.12 0 0.10 0.23
HSL 132.5º 0.17% 0.72% -
HSV(B) 132.5º 0.12% 0.77% -
XYZ 44.69 51.42 49.17 -
YUV 186.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 172 196 177 0.12 0 0.10 0.23 132.5 0.17 0.72
Hex AC C4 B1 C 0 A 17 84 11 48
Octal 254 304 261 14 0 12 27 204 21 110
Binary 10101100 11000100 10110001 1100 0 1010 10111 10000100 10001 1001000

Color Harmonies of #ACC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4B1

Black with #ACC4B1

Text Example


Text Example

White with #ACC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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