#ADC4B1

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

Shades of Gum Leaf #ADC4B1

Tints of Gum Leaf #ADC4B1

Color information

#ADC4B1 (or 0xADC4B1) is unknown color: approx Gum Leaf. HEX triplet: AD, C4 and B1. RGB value is (173,196,177). Sum of RGB (Red+Green+Blue) = 173+196+177=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4B1 is #523B4E. Grayscale: #BBBBBB. Windows color (decimal): -5389135 or 11650221. OLE color: 11650221.

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

Color convert

RGB173196177-
CMYK0.1200.100.23
HSL130.43º16.31%72.35%-
HSV(B)130.43º11.73%76.86%-
XYZ44.9151.5449.18-
YUV186.96122.38118.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 196 (76.95% from 255) = 35.90%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=31.68%
G=35.90%
B=32.42%

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
Decimal1731961770.1200.100.23130.4316.3172.35
HexADC4B1C0A17821048
Octal255304261140122720220110
Binary1010110111000100101100011100010101011110000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4B1; }

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

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

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

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

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

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

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

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