#ADCAB3

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

Shades of Gum Leaf #ADCAB3

Tints of Gum Leaf #ADCAB3

Color information

#ADCAB3 (or 0xADCAB3) is unknown color: approx Gum Leaf. HEX triplet: AD, CA and B3. RGB value is (173,202,179). Sum of RGB (Red+Green+Blue) = 173+202+179=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB3 is #52354C. Grayscale: #BEBEBE. Windows color (decimal): -5387597 or 11782829. OLE color: 11782829.

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

Color convert

RGB173202179-
CMYK0.1400.110.21
HSL132.41º21.48%73.53%-
HSV(B)132.41º14.36%79.22%-
XYZ46.4954.3850.69-
YUV190.71121.39115.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 179 (70.31% from 255) = 32.31%
R=31.23%
G=36.46%
B=32.31%

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
Decimal1732021790.1400.110.21132.4121.4873.53
HexADCAB3E0B1584154a
Octal255312263160132520425112
Binary1010110111001010101100111110010111010110000100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAB3; }

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

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

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

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

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

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

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

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