#ADBEAF

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

Shades of Gum Leaf #ADBEAF

Tints of Gum Leaf #ADBEAF

Color information

#ADBEAF (or 0xADBEAF) is unknown color: approx Gum Leaf. HEX triplet: AD, BE and AF. RGB value is (173,190,175). Sum of RGB (Red+Green+Blue) = 173+190+175=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEAF is #524150. Grayscale: #B7B7B7. Windows color (decimal): -5390673 or 11517613. OLE color: 11517613.

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

Color convert

RGB173190175-
CMYK0.0900.080.25
HSL127.06º11.56%71.18%-
HSV(B)127.06º8.95%74.51%-
XYZ43.3848.8147.69-
YUV183.21123.37120.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=32.16%
G=35.32%
B=32.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901750.0900.080.25127.0611.5671.18
HexADBEAF908197fc47
Octal255276257110103117714107
Binary10101101101111101010111110010100011001111111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEAF; }

 p { color: rgb(173,190,175); }

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

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

 a { background-color: rgb(173,190,175); }

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

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

 span { border-color: rgb(173,190,175); }

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