#ADBEB1

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

Shades of Gum Leaf #ADBEB1

Tints of Gum Leaf #ADBEB1

Color information

#ADBEB1 (or 0xADBEB1) is unknown color: approx Gum Leaf. HEX triplet: AD, BE and B1. RGB value is (173,190,177). Sum of RGB (Red+Green+Blue) = 173+190+177=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEB1 is #52414E. Grayscale: #B7B7B7. Windows color (decimal): -5390671 or 11648685. OLE color: 11648685.

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

Color convert

RGB173190177-
CMYK0.0900.070.25
HSL134.12º11.56%71.18%-
HSV(B)134.12º8.95%74.51%-
XYZ43.5848.8948.73-
YUV183.43124.37120.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=32.04%
G=35.19%
B=32.78%

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
Decimal1731901770.0900.070.25134.1211.5671.18
HexADBEB19071986c47
Octal25527626111073120614107
Binary10101101101111101011000110010111110011000011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEB1; }

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

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

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

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

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

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

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

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