#ACCDB5

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

Shades of Gum Leaf #ACCDB5

Tints of Gum Leaf #ACCDB5

Color information

#ACCDB5 (or 0xACCDB5) is unknown color: approx Gum Leaf. HEX triplet: AC, CD and B5. RGB value is (172,205,181). Sum of RGB (Red+Green+Blue) = 172+205+181=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDB5 is #53324A. Grayscale: #C0C0C0. Windows color (decimal): -5452363 or 11914668. OLE color: 11914668.

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

Color convert

RGB172205181-
CMYK0.1600.120.20
HSL136.36º24.81%73.92%-
HSV(B)136.36º16.1%80.39%-
XYZ47.1955.7751.99-
YUV192.4121.57113.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 181 (71.09% from 255) = 32.44%
R=30.82%
G=36.74%
B=32.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051810.1600.120.20136.3624.8173.92
HexACCDB5100C1488194a
Octal254315265200142421031112
Binary10101100110011011011010110000011001010010001000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDB5; }

 p { color: rgb(172,205,181); }

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

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

 a { background-color: rgb(172,205,181); }

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

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

 span { border-color: rgb(172,205,181); }

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