#ABCBB2

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

Shades of Gum Leaf #ABCBB2

Tints of Gum Leaf #ABCBB2

Color information

#ABCBB2 (or 0xABCBB2) is unknown color: approx Gum Leaf. HEX triplet: AB, CB and B2. RGB value is (171,203,178). Sum of RGB (Red+Green+Blue) = 171+203+178=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBB2 is #54344D. Grayscale: #BEBEBE. Windows color (decimal): -5518414 or 11717547. OLE color: 11717547.

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

Color convert

RGB171203178-
CMYK0.1600.120.20
HSL133.12º23.53%73.33%-
HSV(B)133.12º15.76%79.61%-
XYZ46.1954.5850.22-
YUV190.58120.9114.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 203 (79.69% from 255) = 36.78%
BLUE value IS 178 (69.92% from 255) = 32.25%
R=30.98%
G=36.78%
B=32.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031780.1600.120.20133.1223.5373.33
HexABCBB2100C14851849
Octal253313262200142420530111
Binary10101011110010111011001010000011001010010000101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBB2; }

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

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

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

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

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

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

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

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