Html Css Color HEX #ACC6B0 Gum Leaf

📋 copy color: '#ACC6B0'

red 172 ◦ green 198 ◦ blue 176

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

Shades of Gum Leaf #ACC6B0

Tints of Gum Leaf #ACC6B0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.26%

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

R = 31.5%
G = 36.26%
B = 32.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#ACC6B0 (or 0xACC6B0) is known color: Gum Leaf. HEX triplet: AC, C6 and B0. RGB value is (172,198,176). Sum of RGB (Red+Green+Blue) = 172+198+176=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC6B0 is #53394F. Grayscale: #BBBBBB. Windows color (decimal): -5454160 or 11585196. OLE color: 11585196.

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

Color convert

RGB 172 198 176 -
CMYK 0.13 0 0.11 0.22
HSL 129.23º 0.19% 0.73% -
HSV(B) 129.23º 0.13% 0.78% -
XYZ 45.04 52.29 48.79 -
YUV 187.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 172 198 176 0.13 0 0.11 0.22 129.23 0.19 0.73
Hex AC C6 B0 D 0 B 16 81 13 49
Octal 254 306 260 15 0 13 26 201 23 111
Binary 10101100 11000110 10110000 1101 0 1011 10110 10000001 10011 1001001

Color Harmonies of #ACC6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6B0

Black with #ACC6B0

Text Example


Text Example

White with #ACC6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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