#ACCCB2

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

Shades of Gum Leaf #ACCCB2

Tints of Gum Leaf #ACCCB2

Color information

#ACCCB2 (or 0xACCCB2) is unknown color: approx Gum Leaf. HEX triplet: AC, CC and B2. RGB value is (172,204,178). Sum of RGB (Red+Green+Blue) = 172+204+178=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCB2 is #53334D. Grayscale: #BFBFBF. Windows color (decimal): -5452622 or 11717804. OLE color: 11717804.

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

Color convert

RGB172204178-
CMYK0.1600.130.2
HSL131.25º23.88%73.73%-
HSV(B)131.25º15.69%80%-
XYZ46.6455.1750.31-
YUV191.47120.4114.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 178 (69.92% from 255) = 32.13%
R=31.05%
G=36.82%
B=32.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041780.1600.130.2131.2523.8873.73
HexACCCB2100D1483184a
Octal254314262200152420330112
Binary10101100110011001011001010000011011010010000011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCB2; }

 p { color: rgb(172,204,178); }

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

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

 a { background-color: rgb(172,204,178); }

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

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

 span { border-color: rgb(172,204,178); }

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