#ADCEB2

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

Shades of Gum Leaf #ADCEB2

Tints of Gum Leaf #ADCEB2

Color information

#ADCEB2 (or 0xADCEB2) is unknown color: approx Gum Leaf. HEX triplet: AD, CE and B2. RGB value is (173,206,178). Sum of RGB (Red+Green+Blue) = 173+206+178=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEB2 is #52314D. Grayscale: #C1C1C1. Windows color (decimal): -5386574 or 11718317. OLE color: 11718317.

HSL color Cylindrical-coordinate representation of color #ADCEB2: hue angle of 129.09º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEB2 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB173206178-
CMYK0.1600.140.19
HSL129.09º25.19%74.31%-
HSV(B)129.09º16.02%80.78%-
XYZ47.3456.2450.48-
YUV192.94119.57113.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=31.06%
G=36.98%
B=31.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061780.1600.140.19129.0925.1974.31
HexADCEB2100E1381194a
Octal255316262200162320131112
Binary10101101110011101011001010000011101001110000001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEB2; }

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

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

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

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

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

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

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

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