#ACCCB3

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

Shades of Gum Leaf #ACCCB3

Tints of Gum Leaf #ACCCB3

Color information

#ACCCB3 (or 0xACCCB3) is unknown color: approx Gum Leaf. HEX triplet: AC, CC and B3. RGB value is (172,204,179). Sum of RGB (Red+Green+Blue) = 172+204+179=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCB3 is #53334C. Grayscale: #BFBFBF. Windows color (decimal): -5452621 or 11783340. OLE color: 11783340.

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

Color convert

RGB172204179-
CMYK0.1600.120.2
HSL133.12º23.88%73.73%-
HSV(B)133.12º15.69%80%-
XYZ46.7455.2150.84-
YUV191.58120.9114.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=30.99%
G=36.76%
B=32.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041790.1600.120.2133.1223.8873.73
HexACCCB3100C1485184a
Octal254314263200142420530112
Binary10101100110011001011001110000011001010010000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCB3; }

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

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

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

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

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

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

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

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