#ABBCB0

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

Shades of Gum Leaf #ABBCB0

Tints of Gum Leaf #ABBCB0

Color information

#ABBCB0 (or 0xABBCB0) is unknown color: approx Gum Leaf. HEX triplet: AB, BC and B0. RGB value is (171,188,176). Sum of RGB (Red+Green+Blue) = 171+188+176=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCB0 is #54434F. Grayscale: #B5B5B5. Windows color (decimal): -5522256 or 11582635. OLE color: 11582635.

HSL color Cylindrical-coordinate representation of color #ABBCB0: hue angle of 137.65º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBCB0 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB171188176-
CMYK0.0900.060.26
HSL137.65º11.26%70.39%-
HSV(B)137.65º9.04%73.73%-
XYZ42.6147.7648.05-
YUV181.55124.87120.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=31.96%
G=35.14%
B=32.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881760.0900.060.26137.6511.2670.39
HexABBCB09061A8ab46
Octal25327426011063221213106
Binary10101011101111001011000010010110110101000101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCB0; }

 p { color: rgb(171,188,176); }

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

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

 a { background-color: rgb(171,188,176); }

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

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

 span { border-color: rgb(171,188,176); }

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