#ABC3AF

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

Shades of Gum Leaf #ABC3AF

Tints of Gum Leaf #ABC3AF

Color information

#ABC3AF (or 0xABC3AF) is unknown color: approx Gum Leaf. HEX triplet: AB, C3 and AF. RGB value is (171,195,175). Sum of RGB (Red+Green+Blue) = 171+195+175=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC3AF is #543C50. Grayscale: #B9B9B9. Windows color (decimal): -5520465 or 11518891. OLE color: 11518891.

HSL color Cylindrical-coordinate representation of color #ABC3AF: hue angle of 130º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC3AF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB171195175-
CMYK0.1200.100.24
HSL130º16.67%71.76%-
HSV(B)130º12.31%76.47%-
XYZ44.0550.7848.04-
YUV185.54122.05117.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=31.61%
G=36.04%
B=32.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711951750.1200.100.2413016.6771.76
HexABC3AFC0A18821148
Octal253303257140123020221110
Binary1010101111000011101011111100010101100010000010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3AF; }

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

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

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

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

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

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

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

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