#ABCDB1

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

Shades of Gum Leaf #ABCDB1

Tints of Gum Leaf #ABCDB1

Color information

#ABCDB1 (or 0xABCDB1) is unknown color: approx Gum Leaf. HEX triplet: AB, CD and B1. RGB value is (171,205,177). Sum of RGB (Red+Green+Blue) = 171+205+177=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDB1 is #54324E. Grayscale: #BFBFBF. Windows color (decimal): -5517903 or 11652523. OLE color: 11652523.

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

Color convert

RGB171205177-
CMYK0.1700.140.20
HSL130.59º25.37%73.73%-
HSV(B)130.59º16.59%80.39%-
XYZ46.5655.4949.85-
YUV191.64119.74113.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=30.92%
G=37.07%
B=32.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051770.1700.140.20130.5925.3773.73
HexABCDB1110E1483194a
Octal253315261210162420331112
Binary10101011110011011011000110001011101010010000011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDB1; }

 p { color: rgb(171,205,177); }

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

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

 a { background-color: rgb(171,205,177); }

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

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

 span { border-color: rgb(171,205,177); }

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