#ADBDB0

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

Shades of Gum Leaf #ADBDB0

Tints of Gum Leaf #ADBDB0

Color information

#ADBDB0 (or 0xADBDB0) is unknown color: approx Gum Leaf. HEX triplet: AD, BD and B0. RGB value is (173,189,176). Sum of RGB (Red+Green+Blue) = 173+189+176=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDB0 is #52424F. Grayscale: #B6B6B6. Windows color (decimal): -5390928 or 11582893. OLE color: 11582893.

HSL color Cylindrical-coordinate representation of color #ADBDB0: hue angle of 131.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDB0 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB173189176-
CMYK0.0800.070.26
HSL131.25º10.81%70.98%-
HSV(B)131.25º8.47%74.12%-
XYZ43.2748.4148.14-
YUV182.73124.2121.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=32.16%
G=35.13%
B=32.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891760.0800.070.26131.2510.8170.98
HexADBDB08071A83b47
Octal25527526010073220313107
Binary10101101101111011011000010000111110101000001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDB0; }

 p { color: rgb(173,189,176); }

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

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

 a { background-color: rgb(173,189,176); }

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

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

 span { border-color: rgb(173,189,176); }

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