#ADC1B2

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

Shades of Gum Leaf #ADC1B2

Tints of Gum Leaf #ADC1B2

Color information

#ADC1B2 (or 0xADC1B2) is unknown color: approx Gum Leaf. HEX triplet: AD, C1 and B2. RGB value is (173,193,178). Sum of RGB (Red+Green+Blue) = 173+193+178=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1B2 is #523E4D. Grayscale: #B9B9B9. Windows color (decimal): -5389902 or 11714989. OLE color: 11714989.

HSL color Cylindrical-coordinate representation of color #ADC1B2: hue angle of 135º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC1B2 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB173193178-
CMYK0.1000.080.24
HSL135º13.89%71.76%-
HSV(B)135º10.36%75.69%-
XYZ44.3450.2449.48-
YUV185.31123.87119.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 178 (69.92% from 255) = 32.72%
R=31.80%
G=35.48%
B=32.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931780.1000.080.2413513.8971.76
HexADC1B2A081887e48
Octal255301262120103020716110
Binary101011011100000110110010101001000110001000011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1B2; }

 p { color: rgb(173,193,178); }

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

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

 a { background-color: rgb(173,193,178); }

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

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

 span { border-color: rgb(173,193,178); }

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