#ADCAB5

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

Shades of Gum Leaf #ADCAB5

Tints of Gum Leaf #ADCAB5

Color information

#ADCAB5 (or 0xADCAB5) is unknown color: approx Gum Leaf. HEX triplet: AD, CA and B5. RGB value is (173,202,181). Sum of RGB (Red+Green+Blue) = 173+202+181=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB5 is #52354A. Grayscale: #BEBEBE. Windows color (decimal): -5387595 or 11913901. OLE color: 11913901.

HSL color Cylindrical-coordinate representation of color #ADCAB5: hue angle of 136.55º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADCAB5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB173202181-
CMYK0.1400.100.21
HSL136.55º21.48%73.53%-
HSV(B)136.55º14.36%79.22%-
XYZ46.6954.4651.77-
YUV190.94122.39115.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 181 (71.09% from 255) = 32.55%
R=31.12%
G=36.33%
B=32.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021810.1400.100.21136.5521.4873.53
HexADCAB5E0A1589154a
Octal255312265160122521125112
Binary1010110111001010101101011110010101010110001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAB5; }

 p { color: rgb(173,202,181); }

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

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

 a { background-color: rgb(173,202,181); }

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

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

 span { border-color: rgb(173,202,181); }

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