#ABBCAD

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

Shades of Gum Leaf #ABBCAD

Tints of Gum Leaf #ABBCAD

Color information

#ABBCAD (or 0xABBCAD) is unknown color: approx Gum Leaf. HEX triplet: AB, BC and AD. RGB value is (171,188,173). Sum of RGB (Red+Green+Blue) = 171+188+173=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCAD is #544352. Grayscale: #B5B5B5. Windows color (decimal): -5522259 or 11386027. OLE color: 11386027.

HSL color Cylindrical-coordinate representation of color #ABBCAD: hue angle of 127.06º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBCAD is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB171188173-
CMYK0.0900.080.26
HSL127.06º11.26%70.39%-
HSV(B)127.06º9.04%73.73%-
XYZ42.3247.6446.5-
YUV181.21123.37120.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=32.14%
G=35.34%
B=32.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881730.0900.080.26127.0611.2670.39
HexABBCAD9081A7fb46
Octal253274255110103217713106
Binary10101011101111001010110110010100011010111111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCAD; }

 p { color: rgb(171,188,173); }

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

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

 a { background-color: rgb(171,188,173); }

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

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

 span { border-color: rgb(171,188,173); }

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