Html Css Color HEX #ACBDB1 Gum Leaf

📋 copy color: '#ACBDB1'

red 172 ◦ green 189 ◦ blue 177

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

Shades of Gum Leaf #ACBDB1

Tints of Gum Leaf #ACBDB1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.13%

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

R = 31.97%
G = 35.13%
B = 32.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#ACBDB1 (or 0xACBDB1) is known color: Gum Leaf. HEX triplet: AC, BD and B1. RGB value is (172,189,177). Sum of RGB (Red+Green+Blue) = 172+189+177=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDB1 is #53424E. Grayscale: #B6B6B6. Windows color (decimal): -5456463 or 11648428. OLE color: 11648428.

HSL color Cylindrical-coordinate representation of color #ACBDB1: hue angle of 137.65º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDB1 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 177 -
CMYK 0.09 0 0.06 0.26
HSL 137.65º 0.11% 0.71% -
HSV(B) 137.65º 0.09% 0.74% -
XYZ 43.15 48.34 48.65 -
YUV 182.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 172 189 177 0.09 0 0.06 0.26 137.65 0.11 0.71
Hex AC BD B1 9 0 6 1A 8A B 47
Octal 254 275 261 11 0 6 32 212 13 107
Binary 10101100 10111101 10110001 1001 0 110 11010 10001010 1011 1000111

Color Harmonies of #ACBDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDB1

Black with #ACBDB1

Text Example


Text Example

White with #ACBDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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