Html Css Color HEX #A4BBA7 Gum Leaf

📋 copy color: '#A4BBA7'

red 164 ◦ green 187 ◦ blue 167

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

Shades of Gum Leaf #A4BBA7

Tints of Gum Leaf #A4BBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.24%

R = 31.66%
G = 36.1%
B = 32.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#A4BBA7 (or 0xA4BBA7) is known color: Gum Leaf. HEX triplet: A4, BB and A7. RGB value is (164,187,167). Sum of RGB (Red+Green+Blue) = 164+187+167=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBA7 is #5B4458. Grayscale: #B1B1B1. Windows color (decimal): -5981273 or 10992548. OLE color: 10992548.

HSL color Cylindrical-coordinate representation of color #A4BBA7: hue angle of 127.83º 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 #A4BBA7 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 187 167 -
CMYK 0.12 0 0.11 0.27
HSL 127.83º 0.14% 0.69% -
HSV(B) 127.83º 0.12% 0.73% -
XYZ 40.06 46.22 43.37 -
YUV 177.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 164 187 167 0.12 0 0.11 0.27 127.83 0.14 0.69
Hex A4 BB A7 C 0 B 1B 80 E 45
Octal 244 273 247 14 0 13 33 200 16 105
Binary 10100100 10111011 10100111 1100 0 1011 11011 10000000 1110 1000101

Color Harmonies of #A4BBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBA7

Black with #A4BBA7

Text Example


Text Example

White with #A4BBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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