#ADCDB0

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

Shades of Gum Leaf #ADCDB0

Tints of Gum Leaf #ADCDB0

Color information

#ADCDB0 (or 0xADCDB0) is unknown color: approx Gum Leaf. HEX triplet: AD, CD and B0. RGB value is (173,205,176). Sum of RGB (Red+Green+Blue) = 173+205+176=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDB0 is #52324F. Grayscale: #C0C0C0. Windows color (decimal): -5386832 or 11586989. OLE color: 11586989.

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

Color convert

RGB173205176-
CMYK0.1600.140.20
HSL125.62º24.24%74.12%-
HSV(B)125.62º15.61%80.39%-
XYZ46.955.6849.35-
YUV192.13118.9114.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=31.23%
G=37.00%
B=31.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051760.1600.140.20125.6224.2474.12
HexADCDB0100E147e184a
Octal255315260200162417630112
Binary1010110111001101101100001000001110101001111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDB0; }

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

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

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

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

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

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

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

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