Html Css Color HEX #ACC1B1 Gum Leaf

📋 copy color: '#ACC1B1'

red 172 ◦ green 193 ◦ blue 177

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

Shades of Gum Leaf #ACC1B1

Tints of Gum Leaf #ACC1B1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.61%

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

R = 31.73%
G = 35.61%
B = 32.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#ACC1B1 (or 0xACC1B1) is known color: Gum Leaf. HEX triplet: AC, C1 and B1. RGB value is (172,193,177). Sum of RGB (Red+Green+Blue) = 172+193+177=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC1B1 is #533E4E. Grayscale: #B8B8B8. Windows color (decimal): -5455439 or 11649452. OLE color: 11649452.

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

Color convert

RGB 172 193 177 -
CMYK 0.11 0 0.08 0.24
HSL 134.29º 0.14% 0.72% -
HSV(B) 134.29º 0.11% 0.76% -
XYZ 44.02 50.08 48.94 -
YUV 184.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 172 193 177 0.11 0 0.08 0.24 134.29 0.14 0.72
Hex AC C1 B1 B 0 8 18 86 E 48
Octal 254 301 261 13 0 10 30 206 16 110
Binary 10101100 11000001 10110001 1011 0 1000 11000 10000110 1110 1001000

Color Harmonies of #ACC1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1B1

Black with #ACC1B1

Text Example


Text Example

White with #ACC1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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