#ABCBB0

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

Shades of Gum Leaf #ABCBB0

Tints of Gum Leaf #ABCBB0

Color information

#ABCBB0 (or 0xABCBB0) is unknown color: approx Gum Leaf. HEX triplet: AB, CB and B0. RGB value is (171,203,176). Sum of RGB (Red+Green+Blue) = 171+203+176=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBB0 is #54344F. Grayscale: #BEBEBE. Windows color (decimal): -5518416 or 11586475. OLE color: 11586475.

HSL color Cylindrical-coordinate representation of color #ABCBB0: hue angle of 129.37º 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 #ABCBB0 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB171203176-
CMYK0.1600.130.20
HSL129.37º23.53%73.33%-
HSV(B)129.37º15.76%79.61%-
XYZ45.9954.549.17-
YUV190.35119.9114.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 176 (69.14% from 255) = 32%
R=31.09%
G=36.91%
B=32%

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
Decimal1712031760.1600.130.20129.3723.5373.33
HexABCBB0100D14811849
Octal253313260200152420130111
Binary10101011110010111011000010000011011010010000001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBB0; }

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

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

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

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

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

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

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

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