Html Css Color HEX #ACC2B4 Gum Leaf

📋 copy color: '#ACC2B4'

red 172 ◦ green 194 ◦ blue 180

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

Shades of Gum Leaf #ACC2B4

Tints of Gum Leaf #ACC2B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.97%

R = 31.5%
G = 35.53%
B = 32.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#ACC2B4 (or 0xACC2B4) is known color: Gum Leaf. HEX triplet: AC, C2 and B4. RGB value is (172,194,180). Sum of RGB (Red+Green+Blue) = 172+194+180=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2B4 is #533D4B. Grayscale: #B9B9B9. Windows color (decimal): -5455180 or 11846316. OLE color: 11846316.

HSL color Cylindrical-coordinate representation of color #ACC2B4: hue angle of 141.82º 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 #ACC2B4 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 180 -
CMYK 0.11 0 0.07 0.24
HSL 141.82º 0.15% 0.72% -
HSV(B) 141.82º 0.11% 0.76% -
XYZ 44.54 50.65 50.61 -
YUV 185.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 172 194 180 0.11 0 0.07 0.24 141.82 0.15 0.72
Hex AC C2 B4 B 0 7 18 8E F 48
Octal 254 302 264 13 0 7 30 216 17 110
Binary 10101100 11000010 10110100 1011 0 111 11000 10001110 1111 1001000

Color Harmonies of #ACC2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2B4

Black with #ACC2B4

Text Example


Text Example

White with #ACC2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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