Html Css Color HEX #ACC4B0 Gum Leaf

📋 copy color: '#ACC4B0'

red 172 ◦ green 196 ◦ blue 176

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

Shades of Gum Leaf #ACC4B0

Tints of Gum Leaf #ACC4B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.35%

R = 31.62%
G = 36.03%
B = 32.35%

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

#ACC4B0 (or 0xACC4B0) is known color: Gum Leaf. HEX triplet: AC, C4 and B0. RGB value is (172,196,176). Sum of RGB (Red+Green+Blue) = 172+196+176=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC4B0 is #533B4F. Grayscale: #BABABA. Windows color (decimal): -5454672 or 11584684. OLE color: 11584684.

HSL color Cylindrical-coordinate representation of color #ACC4B0: hue angle of 130º 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 #ACC4B0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 176 -
CMYK 0.12 0 0.10 0.23
HSL 130º 0.17% 0.72% -
HSV(B) 130º 0.12% 0.77% -
XYZ 44.59 51.39 48.64 -
YUV 186.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 172 196 176 0.12 0 0.10 0.23 130 0.17 0.72
Hex AC C4 B0 C 0 A 17 82 11 48
Octal 254 304 260 14 0 12 27 202 21 110
Binary 10101100 11000100 10110000 1100 0 1010 10111 10000010 10001 1001000

Color Harmonies of #ACC4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4B0

Black with #ACC4B0

Text Example


Text Example

White with #ACC4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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