#ACCDB1

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

Shades of Gum Leaf #ACCDB1

Tints of Gum Leaf #ACCDB1

Color information

#ACCDB1 (or 0xACCDB1) is unknown color: approx Gum Leaf. HEX triplet: AC, CD and B1. RGB value is (172,205,177). Sum of RGB (Red+Green+Blue) = 172+205+177=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDB1 is #53324E. Grayscale: #C0C0C0. Windows color (decimal): -5452367 or 11652524. OLE color: 11652524.

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

Color convert

RGB172205177-
CMYK0.1600.140.20
HSL129.09º24.81%73.92%-
HSV(B)129.09º16.1%80.39%-
XYZ46.7855.6149.86-
YUV191.94119.57113.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=31.05%
G=37.00%
B=31.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051770.1600.140.20129.0924.8173.92
HexACCDB1100E1481194a
Octal254315261200162420131112
Binary10101100110011011011000110000011101010010000001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDB1; }

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

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

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

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

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

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

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

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