#ADC4B0

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

Shades of Gum Leaf #ADC4B0

Tints of Gum Leaf #ADC4B0

Color information

#ADC4B0 (or 0xADC4B0) is unknown color: approx Gum Leaf. HEX triplet: AD, C4 and B0. RGB value is (173,196,176). Sum of RGB (Red+Green+Blue) = 173+196+176=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4B0 is #523B4F. Grayscale: #BABABA. Windows color (decimal): -5389136 or 11584685. OLE color: 11584685.

HSL color Cylindrical-coordinate representation of color #ADC4B0: hue angle of 127.83º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4B0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB173196176-
CMYK0.1200.100.23
HSL127.83º16.31%72.35%-
HSV(B)127.83º11.73%76.86%-
XYZ44.8151.548.65-
YUV186.84121.88118.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=31.74%
G=35.96%
B=32.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961760.1200.100.23127.8316.3172.35
HexADC4B0C0A17801048
Octal255304260140122720020110
Binary1010110111000100101100001100010101011110000000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4B0; }

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

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

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

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

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

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

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

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