#ADBEB2

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

Shades of Gum Leaf #ADBEB2

Tints of Gum Leaf #ADBEB2

Color information

#ADBEB2 (or 0xADBEB2) is unknown color: approx Gum Leaf. HEX triplet: AD, BE and B2. RGB value is (173,190,178). Sum of RGB (Red+Green+Blue) = 173+190+178=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEB2 is #52414D. Grayscale: #B7B7B7. Windows color (decimal): -5390670 or 11714221. OLE color: 11714221.

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

Color convert

RGB173190178-
CMYK0.0900.060.25
HSL137.65º11.56%71.18%-
HSV(B)137.65º8.95%74.51%-
XYZ43.6848.9349.26-
YUV183.55124.87120.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 178 (69.92% from 255) = 32.90%
R=31.98%
G=35.12%
B=32.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901780.0900.060.25137.6511.5671.18
HexADBEB2906198ac47
Octal25527626211063121214107
Binary10101101101111101011001010010110110011000101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEB2; }

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

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

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

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

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

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

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

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