Html Css Color HEX #ACC2B0 Gum Leaf

📋 copy color: '#ACC2B0'

red 172 ◦ green 194 ◦ blue 176

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

Shades of Gum Leaf #ACC2B0

Tints of Gum Leaf #ACC2B0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.79%

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

R = 31.73%
G = 35.79%
B = 32.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#ACC2B0 (or 0xACC2B0) is known color: Gum Leaf. HEX triplet: AC, C2 and B0. RGB value is (172,194,176). Sum of RGB (Red+Green+Blue) = 172+194+176=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC2B0 is #533D4F. Grayscale: #B9B9B9. Windows color (decimal): -5455184 or 11584172. OLE color: 11584172.

HSL color Cylindrical-coordinate representation of color #ACC2B0: hue angle of 130.91º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC2B0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 176 -
CMYK 0.11 0 0.09 0.24
HSL 130.91º 0.15% 0.72% -
HSV(B) 130.91º 0.11% 0.76% -
XYZ 44.14 50.49 48.49 -
YUV 185.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 172 194 176 0.11 0 0.09 0.24 130.91 0.15 0.72
Hex AC C2 B0 B 0 9 18 83 F 48
Octal 254 302 260 13 0 11 30 203 17 110
Binary 10101100 11000010 10110000 1011 0 1001 11000 10000011 1111 1001000

Color Harmonies of #ACC2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2B0

Black with #ACC2B0

Text Example


Text Example

White with #ACC2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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