#ABCFB0

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

Shades of Gum Leaf #ABCFB0

Tints of Gum Leaf #ABCFB0

Color information

#ABCFB0 (or 0xABCFB0) is unknown color: approx Gum Leaf. HEX triplet: AB, CF and B0. RGB value is (171,207,176). Sum of RGB (Red+Green+Blue) = 171+207+176=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCFB0 is #54304F. Grayscale: #C0C0C0. Windows color (decimal): -5517392 or 11587499. OLE color: 11587499.

HSL color Cylindrical-coordinate representation of color #ABCFB0: hue angle of 128.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFB0 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB171207176-
CMYK0.1700.150.19
HSL128.33º27.27%74.12%-
HSV(B)128.33º17.39%81.18%-
XYZ46.9456.4249.49-
YUV192.7118.57112.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=30.87%
G=37.36%
B=31.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071760.1700.150.19128.3327.2774.12
HexABCFB0110F13801b4a
Octal253317260210172320033112
Binary10101011110011111011000010001011111001110000000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFB0; }

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

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

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

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

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

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

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

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