#ABCCB2

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

Shades of Gum Leaf #ABCCB2

Tints of Gum Leaf #ABCCB2

Color information

#ABCCB2 (or 0xABCCB2) is unknown color: approx Gum Leaf. HEX triplet: AB, CC and B2. RGB value is (171,204,178). Sum of RGB (Red+Green+Blue) = 171+204+178=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCB2 is #54334D. Grayscale: #BFBFBF. Windows color (decimal): -5518158 or 11717803. OLE color: 11717803.

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

Color convert

RGB171204178-
CMYK0.1600.130.2
HSL132.73º24.44%73.53%-
HSV(B)132.73º16.18%80%-
XYZ46.4255.0650.3-
YUV191.17120.57113.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=30.92%
G=36.89%
B=32.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041780.1600.130.2132.7324.4473.53
HexABCCB2100D1485184a
Octal253314262200152420530112
Binary10101011110011001011001010000011011010010000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCB2; }

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

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

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

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

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

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

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

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