#ADCAB6

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

Shades of Gum Leaf #ADCAB6

Tints of Gum Leaf #ADCAB6

Color information

#ADCAB6 (or 0xADCAB6) is unknown color: approx Gum Leaf. HEX triplet: AD, CA and B6. RGB value is (173,202,182). Sum of RGB (Red+Green+Blue) = 173+202+182=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB6 is #523549. Grayscale: #BFBFBF. Windows color (decimal): -5387594 or 11979437. OLE color: 11979437.

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

Color convert

RGB173202182-
CMYK0.1400.100.21
HSL138.62º21.48%73.53%-
HSV(B)138.62º14.36%79.22%-
XYZ46.854.552.31-
YUV191.05122.89115.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=31.06%
G=36.27%
B=32.68%

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
Decimal1732021820.1400.100.21138.6221.4873.53
HexADCAB6E0A158b154a
Octal255312266160122521325112
Binary1010110111001010101101101110010101010110001011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAB6; }

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

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

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

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

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

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

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

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