#ADCAB2

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

Shades of Gum Leaf #ADCAB2

Tints of Gum Leaf #ADCAB2

Color information

#ADCAB2 (or 0xADCAB2) is unknown color: approx Gum Leaf. HEX triplet: AD, CA and B2. RGB value is (173,202,178). Sum of RGB (Red+Green+Blue) = 173+202+178=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAB2 is #52354D. Grayscale: #BEBEBE. Windows color (decimal): -5387598 or 11717293. OLE color: 11717293.

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

Color convert

RGB173202178-
CMYK0.1400.120.21
HSL130.34º21.48%73.53%-
HSV(B)130.34º14.36%79.22%-
XYZ46.3954.3450.16-
YUV190.59120.89115.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=31.28%
G=36.53%
B=32.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021780.1400.120.21130.3421.4873.53
HexADCAB2E0C1582154a
Octal255312262160142520225112
Binary1010110111001010101100101110011001010110000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAB2; }

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

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

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

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

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

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

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

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