#A8BDAE

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

Shades of Gum Leaf #A8BDAE

Tints of Gum Leaf #A8BDAE

Color information

#A8BDAE (or 0xA8BDAE) is unknown color: approx Gum Leaf. HEX triplet: A8, BD and AE. RGB value is (168,189,174). Sum of RGB (Red+Green+Blue) = 168+189+174=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDAE is #574251. Grayscale: #B5B5B5. Windows color (decimal): -5718610 or 11451816. OLE color: 11451816.

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

Color convert

RGB168189174-
CMYK0.1100.080.26
HSL137.14º13.73%70%-
HSV(B)137.14º11.11%74.12%-
XYZ41.9947.7847.05-
YUV181.01124.04118.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=31.64%
G=35.59%
B=32.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681891740.1100.080.26137.1413.7370
HexA8BDAEB081A89e46
Octal250275256130103221116106
Binary101010001011110110101110101101000110101000100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BDAE; }

 p { color: rgb(168,189,174); }

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

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

 a { background-color: rgb(168,189,174); }

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

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

 span { border-color: rgb(168,189,174); }

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