#ADC8B5

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

Shades of Gum Leaf #ADC8B5

Tints of Gum Leaf #ADC8B5

Color information

#ADC8B5 (or 0xADC8B5) is unknown color: approx Gum Leaf. HEX triplet: AD, C8 and B5. RGB value is (173,200,181). Sum of RGB (Red+Green+Blue) = 173+200+181=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8B5 is #52374A. Grayscale: #BDBDBD. Windows color (decimal): -5388107 or 11913389. OLE color: 11913389.

HSL color Cylindrical-coordinate representation of color #ADC8B5: hue angle of 137.78º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC8B5 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB173200181-
CMYK0.1400.090.22
HSL137.78º19.71%73.14%-
HSV(B)137.78º13.5%78.43%-
XYZ46.2353.5351.61-
YUV189.76123.05116.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=31.23%
G=36.10%
B=32.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001810.1400.090.22137.7819.7173.14
HexADC8B5E09168a1449
Octal255310265160112621224111
Binary1010110111001000101101011110010011011010001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8B5; }

 p { color: rgb(173,200,181); }

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

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

 a { background-color: rgb(173,200,181); }

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

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

 span { border-color: rgb(173,200,181); }

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