Html Css Color HEX #A4BCAC Gum Leaf

📋 copy color: '#A4BCAC'

red 164 ◦ green 188 ◦ blue 172

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

Shades of Gum Leaf #A4BCAC

Tints of Gum Leaf #A4BCAC

RGB

 RED value IS 164 (64.45% from 255) = 31.3%

 GREEN value IS 188 (73.83% from 255) = 35.88%

 BLUE value IS 172 (67.58% from 255) = 32.82%

R = 31.3%
G = 35.88%
B = 32.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#A4BCAC (or 0xA4BCAC) is known color: Gum Leaf. HEX triplet: A4, BC and AC. RGB value is (164,188,172). Sum of RGB (Red+Green+Blue) = 164+188+172=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCAC is #5B4353. Grayscale: #B3B3B3. Windows color (decimal): -5981012 or 11320484. OLE color: 11320484.

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

Color convert

RGB 164 188 172 -
CMYK 0.13 0 0.09 0.26
HSL 140º 0.15% 0.69% -
HSV(B) 140º 0.13% 0.74% -
XYZ 40.74 46.84 45.92 -
YUV 179 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 164 188 172 0.13 0 0.09 0.26 140 0.15 0.69
Hex A4 BC AC D 0 9 1A 8C F 45
Octal 244 274 254 15 0 11 32 214 17 105
Binary 10100100 10111100 10101100 1101 0 1001 11010 10001100 1111 1000101

Color Harmonies of #A4BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCAC

Black with #A4BCAC

Text Example


Text Example

White with #A4BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCAC; }

 p { color: rgb(164,188,172); }

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

background-color css

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

 a { background-color: rgb(164,188,172); }

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

border-color css

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

 span { border-color: rgb(164,188,172); }

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