#ADCBB4

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

Shades of Gum Leaf #ADCBB4

Tints of Gum Leaf #ADCBB4

Color information

#ADCBB4 (or 0xADCBB4) is unknown color: approx Gum Leaf. HEX triplet: AD, CB and B4. RGB value is (173,203,180). Sum of RGB (Red+Green+Blue) = 173+203+180=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBB4 is #52344B. Grayscale: #BFBFBF. Windows color (decimal): -5387340 or 11848621. OLE color: 11848621.

HSL color Cylindrical-coordinate representation of color #ADCBB4: hue angle of 134º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCBB4 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB173203180-
CMYK0.1500.110.20
HSL134º22.39%73.73%-
HSV(B)134º14.78%79.61%-
XYZ46.8354.8951.31-
YUV191.41121.56114.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=31.12%
G=36.51%
B=32.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031800.1500.110.2013422.3973.73
HexADCBB4F0B1486164a
Octal255313264170132420626112
Binary1010110111001011101101001111010111010010000110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBB4; }

 p { color: rgb(173,203,180); }

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

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

 a { background-color: rgb(173,203,180); }

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

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

 span { border-color: rgb(173,203,180); }

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