#ADCCB4

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

Shades of Gum Leaf #ADCCB4

Tints of Gum Leaf #ADCCB4

Color information

#ADCCB4 (or 0xADCCB4) is unknown color: approx Gum Leaf. HEX triplet: AD, CC and B4. RGB value is (173,204,180). Sum of RGB (Red+Green+Blue) = 173+204+180=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCB4 is #52334B. Grayscale: #C0C0C0. Windows color (decimal): -5387084 or 11848877. OLE color: 11848877.

HSL color Cylindrical-coordinate representation of color #ADCCB4: hue angle of 133.55º degrees, saturation: 0.23, 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 #ADCCB4 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB173204180-
CMYK0.1500.120.2
HSL133.55º23.31%73.92%-
HSV(B)133.55º15.2%80%-
XYZ47.0655.3751.39-
YUV192121.23114.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 180 (70.70% from 255) = 32.32%
R=31.06%
G=36.62%
B=32.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041800.1500.120.2133.5523.3173.92
HexADCCB4F0C1486174a
Octal255314264170142420627112
Binary1010110111001100101101001111011001010010000110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCB4; }

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

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

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

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

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

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

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

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