#ADCEB4

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

Shades of Gum Leaf #ADCEB4

Tints of Gum Leaf #ADCEB4

Color information

#ADCEB4 (or 0xADCEB4) is unknown color: approx Gum Leaf. HEX triplet: AD, CE and B4. RGB value is (173,206,180). Sum of RGB (Red+Green+Blue) = 173+206+180=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEB4 is #52314B. Grayscale: #C1C1C1. Windows color (decimal): -5386572 or 11849389. OLE color: 11849389.

HSL color Cylindrical-coordinate representation of color #ADCEB4: hue angle of 132.73º 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 #ADCEB4 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB173206180-
CMYK0.1600.130.19
HSL132.73º25.19%74.31%-
HSV(B)132.73º16.02%80.78%-
XYZ47.5456.3251.55-
YUV193.17120.57113.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 206 (80.86% from 255) = 36.85%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=30.95%
G=36.85%
B=32.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061800.1600.130.19132.7325.1974.31
HexADCEB4100D1385194a
Octal255316264200152320531112
Binary10101101110011101011010010000011011001110000101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEB4; }

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

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

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

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

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

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

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

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