#ADCDB1

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

Shades of Gum Leaf #ADCDB1

Tints of Gum Leaf #ADCDB1

Color information

#ADCDB1 (or 0xADCDB1) is unknown color: approx Gum Leaf. HEX triplet: AD, CD and B1. RGB value is (173,205,177). Sum of RGB (Red+Green+Blue) = 173+205+177=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDB1 is #52324E. Grayscale: #C0C0C0. Windows color (decimal): -5386831 or 11652525. OLE color: 11652525.

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

Color convert

RGB173205177-
CMYK0.1600.140.20
HSL127.5º24.24%74.12%-
HSV(B)127.5º15.61%80.39%-
XYZ4755.7249.87-
YUV192.24119.4114.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 177 (69.53% from 255) = 31.89%
R=31.17%
G=36.94%
B=31.89%

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
Decimal1732051770.1600.140.20127.524.2474.12
HexADCDB1100E147f184a
Octal255315261200162417730112
Binary1010110111001101101100011000001110101001111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDB1; }

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

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

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

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

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

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

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

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