#ADC2B1

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

Shades of Gum Leaf #ADC2B1

Tints of Gum Leaf #ADC2B1

Color information

#ADC2B1 (or 0xADC2B1) is unknown color: approx Gum Leaf. HEX triplet: AD, C2 and B1. RGB value is (173,194,177). Sum of RGB (Red+Green+Blue) = 173+194+177=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC2B1 is #523D4E. Grayscale: #B9B9B9. Windows color (decimal): -5389647 or 11649709. OLE color: 11649709.

HSL color Cylindrical-coordinate representation of color #ADC2B1: hue angle of 131.43º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC2B1 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB173194177-
CMYK0.1100.090.24
HSL131.43º14.69%71.96%-
HSV(B)131.43º10.82%76.08%-
XYZ44.4650.6449.03-
YUV185.78123.04118.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=31.80%
G=35.66%
B=32.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941770.1100.090.24131.4314.6971.96
HexADC2B1B091883f48
Octal255302261130113020317110
Binary101011011100001010110001101101001110001000001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2B1; }

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

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

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

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

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

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

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

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