#ADC3B1

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

Shades of Gum Leaf #ADC3B1

Tints of Gum Leaf #ADC3B1

Color information

#ADC3B1 (or 0xADC3B1) is unknown color: approx Gum Leaf. HEX triplet: AD, C3 and B1. RGB value is (173,195,177). Sum of RGB (Red+Green+Blue) = 173+195+177=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC3B1 is #523C4E. Grayscale: #BABABA. Windows color (decimal): -5389391 or 11649965. OLE color: 11649965.

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

Color convert

RGB173195177-
CMYK0.1100.090.24
HSL130.91º15.49%72.16%-
HSV(B)130.91º11.28%76.47%-
XYZ44.6851.0949.1-
YUV186.37122.71118.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=31.74%
G=35.78%
B=32.48%

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
Decimal1731951770.1100.090.24130.9115.4972.16
HexADC3B1B091883f48
Octal255303261130113020317110
Binary101011011100001110110001101101001110001000001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3B1; }

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

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

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

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

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

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

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

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