#ACCBB0

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

Shades of Gum Leaf #ACCBB0

Tints of Gum Leaf #ACCBB0

Color information

#ACCBB0 (or 0xACCBB0) is unknown color: approx Gum Leaf. HEX triplet: AC, CB and B0. RGB value is (172,203,176). Sum of RGB (Red+Green+Blue) = 172+203+176=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBB0 is #53344F. Grayscale: #BEBEBE. Windows color (decimal): -5452880 or 11586476. OLE color: 11586476.

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

Color convert

RGB172203176-
CMYK0.1500.130.20
HSL127.74º22.96%73.53%-
HSV(B)127.74º15.27%79.61%-
XYZ46.2154.6249.18-
YUV190.65119.73114.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=31.22%
G=36.84%
B=31.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031760.1500.130.20127.7422.9673.53
HexACCBB0F0D1480174a
Octal254313260170152420027112
Binary1010110011001011101100001111011011010010000000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBB0; }

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

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

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

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

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

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

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

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