Html Css Color HEX #A4BBAC Gum Leaf

📋 copy color: '#A4BBAC'

red 164 ◦ green 187 ◦ blue 172

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

Shades of Gum Leaf #A4BBAC

Tints of Gum Leaf #A4BBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.76%

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

R = 31.36%
G = 35.76%
B = 32.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#A4BBAC (or 0xA4BBAC) is known color: Gum Leaf. HEX triplet: A4, BB and AC. RGB value is (164,187,172). Sum of RGB (Red+Green+Blue) = 164+187+172=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBAC is #5B4453. Grayscale: #B2B2B2. Windows color (decimal): -5981268 or 11320228. OLE color: 11320228.

HSL color Cylindrical-coordinate representation of color #A4BBAC: hue angle of 140.87º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BBAC is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 187 172 -
CMYK 0.12 0 0.08 0.27
HSL 140.87º 0.14% 0.69% -
HSV(B) 140.87º 0.12% 0.73% -
XYZ 40.53 46.41 45.85 -
YUV 178.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 164 187 172 0.12 0 0.08 0.27 140.87 0.14 0.69
Hex A4 BB AC C 0 8 1B 8D E 45
Octal 244 273 254 14 0 10 33 215 16 105
Binary 10100100 10111011 10101100 1100 0 1000 11011 10001101 1110 1000101

Color Harmonies of #A4BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBAC

Black with #A4BBAC

Text Example


Text Example

White with #A4BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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