#ABCBB1

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

Shades of Gum Leaf #ABCBB1

Tints of Gum Leaf #ABCBB1

Color information

#ABCBB1 (or 0xABCBB1) is unknown color: approx Gum Leaf. HEX triplet: AB, CB and B1. RGB value is (171,203,177). Sum of RGB (Red+Green+Blue) = 171+203+177=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBB1 is #54344E. Grayscale: #BEBEBE. Windows color (decimal): -5518415 or 11652011. OLE color: 11652011.

HSL color Cylindrical-coordinate representation of color #ABCBB1: hue angle of 131.25º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCBB1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB171203177-
CMYK0.1600.130.20
HSL131.25º23.53%73.33%-
HSV(B)131.25º15.76%79.61%-
XYZ46.0954.5449.69-
YUV190.47120.4114.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=31.03%
G=36.84%
B=32.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031770.1600.130.20131.2523.5373.33
HexABCBB1100D14831849
Octal253313261200152420330111
Binary10101011110010111011000110000011011010010000011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBB1; }

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

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

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

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

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

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

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

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