#ACCDB3

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

Shades of Gum Leaf #ACCDB3

Tints of Gum Leaf #ACCDB3

Color information

#ACCDB3 (or 0xACCDB3) is unknown color: approx Gum Leaf. HEX triplet: AC, CD and B3. RGB value is (172,205,179). Sum of RGB (Red+Green+Blue) = 172+205+179=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDB3 is #53324C. Grayscale: #C0C0C0. Windows color (decimal): -5452365 or 11783596. OLE color: 11783596.

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

Color convert

RGB172205179-
CMYK0.1600.130.20
HSL132.73º24.81%73.92%-
HSV(B)132.73º16.1%80.39%-
XYZ46.9855.6950.92-
YUV192.17120.57113.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=30.94%
G=36.87%
B=32.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051790.1600.130.20132.7324.8173.92
HexACCDB3100D1485194a
Octal254315263200152420531112
Binary10101100110011011011001110000011011010010000101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDB3; }

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

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

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

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

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

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

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

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