#ADBEB0

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

Shades of Gum Leaf #ADBEB0

Tints of Gum Leaf #ADBEB0

Color information

#ADBEB0 (or 0xADBEB0) is unknown color: approx Gum Leaf. HEX triplet: AD, BE and B0. RGB value is (173,190,176). Sum of RGB (Red+Green+Blue) = 173+190+176=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEB0 is #52414F. Grayscale: #B7B7B7. Windows color (decimal): -5390672 or 11583149. OLE color: 11583149.

HSL color Cylindrical-coordinate representation of color #ADBEB0: hue angle of 130.59º 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 #ADBEB0 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB173190176-
CMYK0.0900.070.25
HSL130.59º11.56%71.18%-
HSV(B)130.59º8.95%74.51%-
XYZ43.4848.8548.21-
YUV183.32123.87120.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=32.10%
G=35.25%
B=32.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901760.0900.070.25130.5911.5671.18
HexADBEB09071983c47
Octal25527626011073120314107
Binary10101101101111101011000010010111110011000001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEB0; }

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

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

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

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

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

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

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

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