#ADC1B1

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

Shades of Gum Leaf #ADC1B1

Tints of Gum Leaf #ADC1B1

Color information

#ADC1B1 (or 0xADC1B1) is unknown color: approx Gum Leaf. HEX triplet: AD, C1 and B1. RGB value is (173,193,177). Sum of RGB (Red+Green+Blue) = 173+193+177=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1B1 is #523E4E. Grayscale: #B9B9B9. Windows color (decimal): -5389903 or 11649453. OLE color: 11649453.

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

Color convert

RGB173193177-
CMYK0.1000.080.24
HSL132º13.89%71.76%-
HSV(B)132º10.36%75.69%-
XYZ44.2450.248.95-
YUV185.2123.37119.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=31.86%
G=35.54%
B=32.60%

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
Decimal1731931770.1000.080.2413213.8971.76
HexADC1B1A081884e48
Octal255301261120103020416110
Binary101011011100000110110001101001000110001000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1B1; }

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

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

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

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

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

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

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

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