#ADCCB0

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

Shades of Gum Leaf #ADCCB0

Tints of Gum Leaf #ADCCB0

Color information

#ADCCB0 (or 0xADCCB0) is unknown color: approx Gum Leaf. HEX triplet: AD, CC and B0. RGB value is (173,204,176). Sum of RGB (Red+Green+Blue) = 173+204+176=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCB0 is #52334F. Grayscale: #BFBFBF. Windows color (decimal): -5387088 or 11586733. OLE color: 11586733.

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

Color convert

RGB173204176-
CMYK0.1500.140.2
HSL125.81º23.31%73.92%-
HSV(B)125.81º15.2%80%-
XYZ46.6655.249.27-
YUV191.54119.23114.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 176 (69.14% from 255) = 31.83%
R=31.28%
G=36.89%
B=31.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041760.1500.140.2125.8123.3173.92
HexADCCB0F0E147e174a
Octal255314260170162417627112
Binary101011011100110010110000111101110101001111110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCB0; }

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

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

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

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

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

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

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

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