#ADBBB1

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

Shades of Gum Leaf #ADBBB1

Tints of Gum Leaf #ADBBB1

Color information

#ADBBB1 (or 0xADBBB1) is unknown color: approx Gum Leaf. HEX triplet: AD, BB and B1. RGB value is (173,187,177). Sum of RGB (Red+Green+Blue) = 173+187+177=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBB1 is #52444E. Grayscale: #B5B5B5. Windows color (decimal): -5391439 or 11647917. OLE color: 11647917.

HSL color Cylindrical-coordinate representation of color #ADBBB1: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBBB1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB173187177-
CMYK0.0700.050.27
HSL137.14º9.33%70.59%-
HSV(B)137.14º7.49%73.33%-
XYZ42.9447.648.52-
YUV181.67125.36121.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.22%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 177 (69.53% from 255) = 32.96%
R=32.22%
G=34.82%
B=32.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871770.0700.050.27137.149.3370.59
HexADBBB17051B89947
Octal2552732617053321111107
Binary1010110110111011101100011110101110111000100110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBB1; }

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

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

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

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

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

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

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

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