Html Css Color HEX #ACC3B1 Gum Leaf

📋 copy color: '#ACC3B1'

red 172 ◦ green 195 ◦ blue 177

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

Shades of Gum Leaf #ACC3B1

Tints of Gum Leaf #ACC3B1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.85%

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

R = 31.62%
G = 35.85%
B = 32.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#ACC3B1 (or 0xACC3B1) is known color: Gum Leaf. HEX triplet: AC, C3 and B1. RGB value is (172,195,177). Sum of RGB (Red+Green+Blue) = 172+195+177=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC3B1 is #533C4E. Grayscale: #BABABA. Windows color (decimal): -5454927 or 11649964. OLE color: 11649964.

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

Color convert

RGB 172 195 177 -
CMYK 0.12 0 0.09 0.24
HSL 133.04º 0.16% 0.72% -
HSV(B) 133.04º 0.12% 0.76% -
XYZ 44.46 50.98 49.09 -
YUV 186.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 172 195 177 0.12 0 0.09 0.24 133.04 0.16 0.72
Hex AC C3 B1 C 0 9 18 85 10 48
Octal 254 303 261 14 0 11 30 205 20 110
Binary 10101100 11000011 10110001 1100 0 1001 11000 10000101 10000 1001000

Color Harmonies of #ACC3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC3B1

Black with #ACC3B1

Text Example


Text Example

White with #ACC3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC3B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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