#ADCAB0

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

Shades of Gum Leaf #ADCAB0

Tints of Gum Leaf #ADCAB0

Color information

#ADCAB0 (or 0xADCAB0) is unknown color: approx Gum Leaf. HEX triplet: AD, CA and B0. RGB value is (173,202,176). Sum of RGB (Red+Green+Blue) = 173+202+176=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAB0 is #52354F. Grayscale: #BEBEBE. Windows color (decimal): -5387600 or 11586221. OLE color: 11586221.

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

Color convert

RGB173202176-
CMYK0.1400.130.21
HSL126.21º21.48%73.53%-
HSV(B)126.21º14.36%79.22%-
XYZ46.1954.2649.11-
YUV190.36119.89115.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=31.40%
G=36.66%
B=31.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021760.1400.130.21126.2121.4873.53
HexADCAB0E0D157e154a
Octal255312260160152517625112
Binary101011011100101010110000111001101101011111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAB0; }

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

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

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

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

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

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

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

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