#ADCCB7

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

Shades of Gum Leaf #ADCCB7

Tints of Gum Leaf #ADCCB7

Color information

#ADCCB7 (or 0xADCCB7) is unknown color: approx Gum Leaf. HEX triplet: AD, CC and B7. RGB value is (173,204,183). Sum of RGB (Red+Green+Blue) = 173+204+183=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCB7 is #523348. Grayscale: #C0C0C0. Windows color (decimal): -5387081 or 12045485. OLE color: 12045485.

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

Color convert

RGB173204183-
CMYK0.1500.100.2
HSL139.35º23.31%73.92%-
HSV(B)139.35º15.2%80%-
XYZ47.3755.4953.01-
YUV192.34122.73114.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=30.89%
G=36.43%
B=32.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041830.1500.100.2139.3523.3173.92
HexADCCB7F0A148b174a
Octal255314267170122421327112
Binary1010110111001100101101111111010101010010001011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCB7; }

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

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

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

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

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

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

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

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