#ABBBAF

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

Shades of Gum Leaf #ABBBAF

Tints of Gum Leaf #ABBBAF

Color information

#ABBBAF (or 0xABBBAF) is unknown color: approx Gum Leaf. HEX triplet: AB, BB and AF. RGB value is (171,187,175). Sum of RGB (Red+Green+Blue) = 171+187+175=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBAF is #544450. Grayscale: #B4B4B4. Windows color (decimal): -5522513 or 11516843. OLE color: 11516843.

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

Color convert

RGB171187175-
CMYK0.0900.060.27
HSL135º10.53%70.2%-
HSV(B)135º8.56%73.33%-
XYZ42.347.2947.46-
YUV180.85124.7120.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=32.08%
G=35.08%
B=32.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871750.0900.060.2713510.5370.2
HexABBBAF9061B87b46
Octal25327325711063320713106
Binary10101011101110111010111110010110110111000011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBAF; }

 p { color: rgb(171,187,175); }

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

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

 a { background-color: rgb(171,187,175); }

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

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

 span { border-color: rgb(171,187,175); }

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