#ABCCB1

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

Shades of Gum Leaf #ABCCB1

Tints of Gum Leaf #ABCCB1

Color information

#ABCCB1 (or 0xABCCB1) is unknown color: approx Gum Leaf. HEX triplet: AB, CC and B1. RGB value is (171,204,177). Sum of RGB (Red+Green+Blue) = 171+204+177=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCB1 is #54334E. Grayscale: #BFBFBF. Windows color (decimal): -5518159 or 11652267. OLE color: 11652267.

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

Color convert

RGB171204177-
CMYK0.1600.130.2
HSL130.91º24.44%73.53%-
HSV(B)130.91º16.18%80%-
XYZ46.3255.0249.77-
YUV191.05120.07113.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=30.98%
G=36.96%
B=32.07%

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
Decimal1712041770.1600.130.2130.9124.4473.53
HexABCCB1100D1483184a
Octal253314261200152420330112
Binary10101011110011001011000110000011011010010000011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCB1; }

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

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

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

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

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

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

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

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