#ABBEB1

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

Shades of Gum Leaf #ABBEB1

Tints of Gum Leaf #ABBEB1

Color information

#ABBEB1 (or 0xABBEB1) is unknown color: approx Gum Leaf. HEX triplet: AB, BE and B1. RGB value is (171,190,177). Sum of RGB (Red+Green+Blue) = 171+190+177=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBEB1 is #54414E. Grayscale: #B6B6B6. Windows color (decimal): -5521743 or 11648683. OLE color: 11648683.

HSL color Cylindrical-coordinate representation of color #ABBEB1: hue angle of 138.95º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBEB1 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB171190177-
CMYK0.1000.070.25
HSL138.95º12.75%70.78%-
HSV(B)138.95º10%74.51%-
XYZ43.1448.6648.71-
YUV182.84124.71119.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 177 (69.53% from 255) = 32.90%
R=31.78%
G=35.32%
B=32.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711901770.1000.070.25138.9512.7570.78
HexABBEB1A07198bd47
Octal25327626112073121315107
Binary10101011101111101011000110100111110011000101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBEB1; }

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

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

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

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

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

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

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

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