#ACCBB3

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

Shades of Gum Leaf #ACCBB3

Tints of Gum Leaf #ACCBB3

Color information

#ACCBB3 (or 0xACCBB3) is unknown color: approx Gum Leaf. HEX triplet: AC, CB and B3. RGB value is (172,203,179). Sum of RGB (Red+Green+Blue) = 172+203+179=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBB3 is #53344C. Grayscale: #BFBFBF. Windows color (decimal): -5452877 or 11783084. OLE color: 11783084.

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

Color convert

RGB172203179-
CMYK0.1500.120.20
HSL133.55º22.96%73.53%-
HSV(B)133.55º15.27%79.61%-
XYZ46.5154.7450.76-
YUV191121.23114.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 179 (70.31% from 255) = 32.31%
R=31.05%
G=36.64%
B=32.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031790.1500.120.20133.5522.9673.53
HexACCBB3F0C1486174a
Octal254313263170142420627112
Binary1010110011001011101100111111011001010010000110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBB3; }

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

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

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

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

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

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

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

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