#ADC9B3

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

Shades of Gum Leaf #ADC9B3

Tints of Gum Leaf #ADC9B3

Color information

#ADC9B3 (or 0xADC9B3) is unknown color: approx Gum Leaf. HEX triplet: AD, C9 and B3. RGB value is (173,201,179). Sum of RGB (Red+Green+Blue) = 173+201+179=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9B3 is #52364C. Grayscale: #BEBEBE. Windows color (decimal): -5387853 or 11782573. OLE color: 11782573.

HSL color Cylindrical-coordinate representation of color #ADC9B3: hue angle of 132.86º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC9B3 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB173201179-
CMYK0.1400.110.21
HSL132.86º20.59%73.33%-
HSV(B)132.86º13.93%78.82%-
XYZ46.2653.9150.62-
YUV190.12121.72115.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 201 (78.91% from 255) = 36.35%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=31.28%
G=36.35%
B=32.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011790.1400.110.21132.8620.5973.33
HexADC9B3E0B15851549
Octal255311263160132520525111
Binary1010110111001001101100111110010111010110000101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9B3; }

 p { color: rgb(173,201,179); }

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

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

 a { background-color: rgb(173,201,179); }

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

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

 span { border-color: rgb(173,201,179); }

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