#ABCFB8

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

Shades of Gum Leaf #ABCFB8

Tints of Gum Leaf #ABCFB8

Color information

#ABCFB8 (or 0xABCFB8) is unknown color: approx Gum Leaf. HEX triplet: AB, CF and B8. RGB value is (171,207,184). Sum of RGB (Red+Green+Blue) = 171+207+184=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFB8 is #543047. Grayscale: #C1C1C1. Windows color (decimal): -5517384 or 12111787. OLE color: 12111787.

HSL color Cylindrical-coordinate representation of color #ABCFB8: hue angle of 141.67º 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 #ABCFB8 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB171207184-
CMYK0.1700.110.19
HSL141.67º27.27%74.12%-
HSV(B)141.67º17.39%81.18%-
XYZ47.7656.7453.78-
YUV193.61122.57111.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 184 (72.27% from 255) = 32.74%
R=30.43%
G=36.83%
B=32.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071840.1700.110.19141.6727.2774.12
HexABCFB8110B138e1b4a
Octal253317270210132321633112
Binary10101011110011111011100010001010111001110001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFB8; }

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

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

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

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

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

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

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

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