#A8BFB0

Color #A8BFB0 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A8BFB0

Tints of Gum Leaf #A8BFB0

Color information

#A8BFB0 (or 0xA8BFB0) is unknown color: approx Gum Leaf. HEX triplet: A8, BF and B0. RGB value is (168,191,176). Sum of RGB (Red+Green+Blue) = 168+191+176=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFB0 is #57404F. Grayscale: #B6B6B6. Windows color (decimal): -5718096 or 11583400. OLE color: 11583400.

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

Color convert

RGB168191176-
CMYK0.1200.080.25
HSL140.87º15.23%70.39%-
HSV(B)140.87º12.04%74.9%-
XYZ42.6248.7248.23-
YUV182.41124.38117.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=31.40%
G=35.70%
B=32.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911760.1200.080.25140.8715.2370.39
HexA8BFB0C08198df46
Octal250277260140103121517106
Binary101010001011111110110000110001000110011000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFB0; }

 p { color: rgb(168,191,176); }

 H1.HeaderClassName
 {
   color: #A8BFB0;
 }
 .AnyTagClassName
 {
   color: #A8BFB0;
 }
</style>
background-color css

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

 a { background-color: rgb(168,191,176); }

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

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

 span { border-color: rgb(168,191,176); }

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